Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ zod4
Function
zod4
packages/bench/object-safe.ts:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
for
(
const
_ of DATA) zod3.safeParse(_);
7
},
8
zod4() {
9
for
(
const
_ of DATA) zod4.safeParse(_);
10
},
11
});
12
13
await
bench.run();
Callers
nothing calls this directly
Calls
1
safeParse
Method · 0.65
Tested by
no test coverage detected