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

Method undefined

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

Source from the content-addressed store, hash-verified

31 return null;
32 }
33 get undefined(): undefined {
34 return undefined;
35 }
36 get stringOptional(): string | undefined {
37 return this.pick(this.string, this.undefined);
38 }

Callers 15

primitive.test.tsFile · 0.80
readonly.test.tsFile · 0.80
optional.test.tsFile · 0.80
complex.test.tsFile · 0.80
primitives.tsFile · 0.80
index.test.tsFile · 0.80
record.test.tsFile · 0.80
primitive.test.tsFile · 0.80
readonly.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected