Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ makeData, makeSchema } from
"./benchUtil.js"
;
2
import
{ metabench } from
"./metabench.js"
;
3
4
const
{ zod3, zod4 } = makeSchema((z) => z.boolean());
Callers
nothing calls this directly
Calls
5
makeData
Function · 0.85
metabench
Function · 0.85
boolean
Method · 0.80
makeSchema
Function · 0.70
run
Method · 0.65
Tested by
no test coverage detected