MCPcopy 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
500func (e *baseCallExpr) Args() []Expr {
501 if e == nil {
502 return []Expr{}
503 }
504 return e.args
505}
506
507func (e *baseCallExpr) renumberIDs(idGen IDGenerator) {
508 if e.IsMemberFunction() {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected