next.js/test/e2e/app-dir/use-cache/app/(partially-static)/use-action-state/cached.ts
cached.ts6 lines79 B
'use cache'

export async function getRandomValue() {
  return Math.random()
}
Quest for Codev2.0.0
/
SIGN IN