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

Function subcategories

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

Source from the content-addressed store, hash-verified

194 return Category;
195 },
196 get subcategories() {
197 return z.array(Category);
198 },
199 nested: z.object({
200 get sub() {
201 return Category;

Callers

nothing calls this directly

Calls 1

arrayMethod · 0.80

Tested by

no test coverage detected