Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
79
export
interface
JSONSchemaMeta {
Callers
15
datetime-regex.ts
File · 0.80
create
Method · 0.80
_parse
Method · 0.80
_parse
Method · 0.80
map.test.ts
File · 0.80
set.test.ts
File · 0.80
datetime.ts
File · 0.80
convertBaseSchema
Function · 0.80
convertSchema
Function · 0.80
_installLazyMethods
Function · 0.80
schemas.ts
File · 0.80
recursive-types.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected