Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Fields
Method
Fields
common/ast/expr.go:746–751 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
744
}
745
746
func
(e *baseStructExpr) Fields() []EntryExpr {
747
if
e == nil {
748
return
[]EntryExpr{}
749
}
750
return
e.fields
751
}
752
753
func
(e *baseStructExpr) renumberIDs(idGen IDGenerator) {
754
for
_, f :=
range
e.Fields() {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected