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

Function nullself

packages/zod/src/v4/classic/tests/lazy.test.ts:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 name: z.string(),
186 age: z.optional(z.number()),
187 get nullself() {
188 return Category.nullable();
189 },
190 get optself() {
191 return Category.optional();
192 },

Callers

nothing calls this directly

Calls 1

nullableMethod · 0.80

Tested by

no test coverage detected