Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ null
Method
null
packages/zod/src/v3/tests/Mocker.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
return
testSymbol;
29
}
30
get null(): null {
31
return
null;
32
}
33
get undefined(): undefined {
34
return
undefined;
35
}
Callers
15
primitive.test.ts
File · 0.80
readonly.test.ts
File · 0.80
optional.test.ts
File · 0.80
complex.test.ts
File · 0.80
recursive.test.ts
File · 0.80
async-parsing.test.ts
File · 0.80
nullable.test.ts
File · 0.80
convertBaseSchema
Function · 0.80
index.test.ts
File · 0.80
lazy.test.ts
File · 0.80
primitive.test.ts
File · 0.80
to-json-schema-methods.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected