Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ superRefine
Function
superRefine
packages/zod/src/v4/classic/schemas.ts:286–288 ·
view source on GitHub ↗
(refinement, params)
Source
from the content-addressed store, hash-verified
284
return
this.check(refine(check, params));
285
},
286
superRefine(refinement, params) {
287
return
this.check(superRefine(refinement, params));
288
},
289
overwrite(fn) {
290
return
this.check(checks.overwrite(fn));
291
},
Callers
nothing calls this directly
Calls
1
check
Method · 0.65
Tested by
no test coverage detected