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

Method AsCall

common/ast/expr.go:336–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334}
335
336func (e *expr) AsCall() CallExpr {
337 if e.Kind() != CallKind {
338 return nilCall
339 }
340 return e.exprKindCase.(CallExpr)
341}
342
343func (e *expr) AsComprehension() ComprehensionExpr {
344 if e.Kind() != ComprehensionKind {

Callers

nothing calls this directly

Calls 1

KindMethod · 0.95

Tested by

no test coverage detected