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

Function startsWith

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

Source from the content-addressed store, hash-verified

412 return this.check((checks.includes as any)(...args));
413 },
414 startsWith(...args) {
415 return this.check((checks.startsWith as any)(...args));
416 },
417 endsWith(...args) {
418 return this.check((checks.endsWith as any)(...args));
419 },

Callers

nothing calls this directly

Calls 1

checkMethod · 0.65

Tested by

no test coverage detected