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

Method includes

packages/zod/src/v4/classic/schemas.ts:377–377  ·  view source on GitHub ↗
(value: string, params?: string | core.$ZodCheckIncludesParams)

Source from the content-addressed store, hash-verified

375 // miscellaneous checks
376 regex(regex: RegExp, params?: string | core.$ZodCheckRegexParams): this;
377 includes(value: string, params?: string | core.$ZodCheckIncludesParams): this;
378 startsWith(value: string, params?: string | core.$ZodCheckStartsWithParams): this;
379 endsWith(value: string, params?: string | core.$ZodCheckEndsWithParams): this;
380 min(minLength: number, params?: string | core.$ZodCheckMinLengthParams): this;

Callers 15

InkeepSearchBoxFunction · 0.65
IfFunction · 0.65
InkeepBubbleFunction · 0.65
example.tsFile · 0.65
example-mini.tsFile · 0.65
"~validate"Function · 0.65
_parseMethod · 0.65
_parseMethod · 0.65
excludeMethod · 0.65
string.test.tsFile · 0.65
custom.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected