MCPcopy
hub / github.com/colinhacks/zod / string

Method string

packages/zod/src/v3/tests/Mocker.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 };
11
12 get string(): string {
13 return Math.random().toString(36).substring(7);
14 }
15 get number(): number {
16 return Math.random() * 100;
17 }

Callers 15

index.tsFile · 0.80
index.tsFile · 0.80
index.tsFile · 0.80
index.tsFile · 0.80
example.tsFile · 0.80
zod-mini-full.tsFile · 0.80
zod3-full.tsFile · 0.80
zod3-object.tsFile · 0.80
zod-full.tsFile · 0.80
zod-locales.tsFile · 0.80

Calls 1

toStringMethod · 0.80

Tested by 14

baseFunction · 0.64
recordFunction · 0.64
mapFunction · 0.64
createSortItemSchemaFunction · 0.64
makeZodObjFunction · 0.64
baseFunction · 0.64
stringToNumberFunction · 0.64
stringToIntFunction · 0.64
stringToBigIntFunction · 0.64
jsonCodecFunction · 0.64
utf8ToBytesFunction · 0.64
bytesToUtf8Function · 0.64