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

File hash.test.ts

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

Source from the content-addressed store, hash-verified

1import { expect, expectTypeOf, test } from "vitest";
2import { type ZodCustomStringFormat, hash } from "zod"; // adjust path as needed
3
4test("hash() API — types and runtime across all alg/enc combinations", async () => {

Callers

nothing calls this directly

Calls 5

hashFunction · 0.90
makeDigestsFunction · 0.85
parseMethod · 0.65
toUpperCaseMethod · 0.65
includesMethod · 0.65

Tested by

no test coverage detected