MCPcopy Index your code
hub / github.com/fastapi/full-stack-fastapi-template / randomItemDescription

Function randomItemDescription

frontend/tests/utils/random.ts:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 `Item ${Math.random().toString(36).substring(7)}`
17
18export const randomItemDescription = () =>
19 `Description ${Math.random().toString(36).substring(7)}`

Callers 1

items.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected