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

Function zod4

packages/bench/object-async.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 for (const _ of DATA) await zod3.parseAsync(_);
7 },
8 async zod4() {
9 for (const _ of DATA) await zod4.parseAsync(_);
10 },
11});
12
13await bench.run();

Callers

nothing calls this directly

Calls 1

parseAsyncMethod · 0.65

Tested by

no test coverage detected