MCPcopy
hub / github.com/colinhacks/zod / array.ts

File array.ts

packages/bench/array.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { makeData, makeSchema, randomString } from "./benchUtil.js";
2import { metabench } from "./metabench.js";
3
4const { zod3, zod4 } = makeSchema((z) => z.array(z.string()));

Callers

nothing calls this directly

Calls 8

makeDataFunction · 0.85
metabenchFunction · 0.85
arrayMethod · 0.80
stringMethod · 0.80
makeSchemaFunction · 0.70
randomStringFunction · 0.70
parseMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected