MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Target

Method Target

common/ast/navigable.go:392–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390}
391
392func (call navigableCallImpl) Target() Expr {
393 t := call.Expr.AsCall().Target()
394 if t != nil {
395 return call.createChild(t)
396 }
397 return nil
398}
399
400func (call navigableCallImpl) Args() []Expr {
401 args := call.Expr.AsCall().Args()

Callers

nothing calls this directly

Calls 3

createChildMethod · 0.80
TargetMethod · 0.65
AsCallMethod · 0.65

Tested by

no test coverage detected