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