MCPcopy
hub / github.com/colinhacks/zod / codec.test.ts

File codec.test.ts

packages/zod/src/v4/classic/tests/codec.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, expectTypeOf, test } from "vitest";
2import * as z from "zod/v4";
3
4const isoDateCodec = z.codec(

Callers

nothing calls this directly

Calls 15

decodeMethod · 0.80
encodeMethod · 0.80
refineMethod · 0.80
safeDecodeMethod · 0.80
safeEncodeMethod · 0.80
stringMethod · 0.80
numberMethod · 0.80
toStringMethod · 0.80
decodeAsyncMethod · 0.80
encodeAsyncMethod · 0.80
safeDecodeAsyncMethod · 0.80
safeEncodeAsyncMethod · 0.80

Tested by

no test coverage detected