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

Method null

packages/zod/src/v3/tests/Mocker.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 return testSymbol;
29 }
30 get null(): null {
31 return null;
32 }
33 get undefined(): undefined {
34 return undefined;
35 }

Callers 15

primitive.test.tsFile · 0.80
readonly.test.tsFile · 0.80
optional.test.tsFile · 0.80
complex.test.tsFile · 0.80
recursive.test.tsFile · 0.80
nullable.test.tsFile · 0.80
convertBaseSchemaFunction · 0.80
index.test.tsFile · 0.80
lazy.test.tsFile · 0.80
primitive.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected