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

Function optself

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

Source from the content-addressed store, hash-verified

188 return Category.nullable();
189 },
190 get optself() {
191 return Category.optional();
192 },
193 get self() {
194 return Category;
195 },

Callers

nothing calls this directly

Calls 1

optionalMethod · 0.80

Tested by

no test coverage detected