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

Method booleanOptional

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

Source from the content-addressed store, hash-verified

46 return this.pick(this.number, this.null);
47 }
48 get booleanOptional(): boolean | undefined {
49 return this.pick(this.boolean, this.undefined);
50 }
51 get booleanNullable(): boolean | null {
52 return this.pick(this.boolean, this.null);
53 }

Callers

nothing calls this directly

Calls 1

pickMethod · 0.65

Tested by

no test coverage detected