Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Kind
Method
Kind
common/ast/expr.go:329–334 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
}
328
329
func
(e *expr) Kind() ExprKind {
330
if
e == nil || e.exprKindCase == nil {
331
return
UnspecifiedExprKind
332
}
333
return
e.exprKindCase.Kind()
334
}
335
336
func
(e *expr) AsCall() CallExpr {
337
if
e.Kind() != CallKind {
Callers
8
AsCall
Method · 0.95
AsComprehension
Method · 0.95
AsIdent
Method · 0.95
AsLiteral
Method · 0.95
AsList
Method · 0.95
AsMap
Method · 0.95
AsSelect
Method · 0.95
AsStruct
Method · 0.95
Calls
1
Kind
Method · 0.65
Tested by
no test coverage detected