Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Args
Method
Args
common/ast/expr.go:500–505 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
498
}
499
500
func
(e *baseCallExpr) Args() []Expr {
501
if
e == nil {
502
return
[]Expr{}
503
}
504
return
e.args
505
}
506
507
func
(e *baseCallExpr) renumberIDs(idGen IDGenerator) {
508
if
e.IsMemberFunction() {
Callers
1
renumberIDs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected