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

Method has

packages/zod/src/v4/core/registries.ts:74–76  ·  view source on GitHub ↗
(schema: Schema)

Source from the content-addressed store, hash-verified

72 }
73
74 has(schema: Schema): boolean {
75 return this._map.has(schema);
76 }
77}
78
79export interface JSONSchemaMeta {

Callers 15

datetime-regex.tsFile · 0.80
createMethod · 0.80
_parseMethod · 0.80
_parseMethod · 0.80
map.test.tsFile · 0.80
set.test.tsFile · 0.80
datetime.tsFile · 0.80
convertBaseSchemaFunction · 0.80
convertSchemaFunction · 0.80
_installLazyMethodsFunction · 0.80
schemas.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected