MCPcopy
hub / github.com/colinhacks/zod / checker

Function checker

packages/zod/src/v4/classic/tests/function.test.ts:181–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179
180 // @ts-expect-error
181 const checker = () => fn();
182
183 try {
184 checker();

Callers 1

function.test.tsFile · 0.70

Calls 1

fnFunction · 0.85

Tested by

no test coverage detected