Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/zenstackhq/zenstack
/ makeTakeSchema
Method
makeTakeSchema
packages/orm/src/client/zod/factory.ts:2430–2432 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2428
2429
@cache()
2430
private makeTakeSchema() {
2431
return
z.number().int();
2432
}
2433
2434
private refineForSelectIncludeMutuallyExclusive(schema: ZodType) {
2435
return
schema.refine(
Callers
5
makeFindSchema
Method · 0.95
makeRelationSelectIncludeSchema
Method · 0.95
makeCountSchema
Method · 0.95
makeAggregateSchema
Method · 0.95
makeGroupBySchema
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected