Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
336
func
(e *expr) AsCall() CallExpr {
337
if
e.Kind() != CallKind {
338
return
nilCall
339
}
340
return
e.exprKindCase.(CallExpr)
341
}
342
343
func
(e *expr) AsComprehension() ComprehensionExpr {
344
if
e.Kind() != ComprehensionKind {
Callers
nothing calls this directly
Calls
1
Kind
Method · 0.95
Tested by
no test coverage detected