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

Function zod3

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

Source from the content-addressed store, hash-verified

3
4const bench = metabench("small: z.object().parseAsync", {
5 async zod3() {
6 for (const _ of DATA) await zod3.parseAsync(_);
7 },
8 async zod4() {
9 for (const _ of DATA) await zod4.parseAsync(_);
10 },

Callers

nothing calls this directly

Calls 1

parseAsyncMethod · 0.65

Tested by

no test coverage detected