Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ zod4new
Function
zod4new
packages/bench/error-handling.ts:22–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
},
22
zod4new() {
23
for
(
const
_ of DATA) {
24
try {
25
b.safeParse(_);
26
} catch (_e) {
27
_e;
28
}
29
}
30
},
31
});
32
33
await
bench.run();
Callers
nothing calls this directly
Calls
1
safeParse
Method · 0.65
Tested by
no test coverage detected