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

Function endsWith

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

Source from the content-addressed store, hash-verified

415 return this.check((checks.startsWith as any)(...args));
416 },
417 endsWith(...args) {
418 return this.check((checks.endsWith as any)(...args));
419 },
420 min(...args) {
421 return this.check((checks.minLength as any)(...args));
422 },

Callers

nothing calls this directly

Calls 1

checkMethod · 0.65

Tested by

no test coverage detected