Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/zenstackhq/zenstack
/ find
Method
find
packages/orm/src/utils/schema-utils.ts:87–91 ·
view source on GitHub ↗
(expr: Expression)
Source
from the content-addressed store, hash-verified
85
}
86
87
find(expr: Expression) {
88
this.found = false;
89
this.visit(expr);
90
return
this.found;
91
}
92
93
override visit(expr: Expression) {
94
if
(this.predicate(expr)) {
Callers
15
transformValueCollectionPredicate
Method · 0.95
mixin.test.ts
File · 0.80
delegate.test.ts
File · 0.80
getAttribute
Function · 0.80
getDataSourceProvider
Function · 0.80
getRecursiveBases
Function · 0.80
getModelIdFields
Function · 0.80
getModelUniqueFields
Function · 0.80
getUniqueFields
Function · 0.80
getAttributeArg
Function · 0.80
getFunctionExpressionContext
Function · 0.80
getAuthDecl
Function · 0.80
Calls
1
visit
Method · 0.95
Tested by
no test coverage detected