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

Function includes

packages/zod/src/v4/classic/schemas.ts:411–413  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

409 return this.check((checks.regex as any)(...args));
410 },
411 includes(...args) {
412 return this.check((checks.includes as any)(...args));
413 },
414 startsWith(...args) {
415 return this.check((checks.startsWith as any)(...args));
416 },

Callers

nothing calls this directly

Calls 1

checkMethod · 0.65

Tested by

no test coverage detected