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

File boolean.ts

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

makeDataFunction · 0.85
metabenchFunction · 0.85
booleanMethod · 0.80
makeSchemaFunction · 0.70
runMethod · 0.65

Tested by

no test coverage detected