Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ mustAdaptToExpr
Function
mustAdaptToExpr
cel/macro.go:540–543 ·
view source on GitHub ↗
(e *exprpb.Expr)
Source
from the content-addressed store, hash-verified
538
}
539
540
func
mustAdaptToExpr(e *exprpb.Expr) ast.Expr {
541
out, _ := adaptToExpr(e)
542
return
out
543
}
544
545
func
adaptToExpr(e *exprpb.Expr) (ast.Expr, *Error) {
546
if
e == nil {
Callers
12
ExistsMacroExpander
Function · 0.85
ExistsOneMacroExpander
Function · 0.85
MapMacroExpander
Function · 0.85
FilterMacroExpander
Function · 0.85
Copy
Method · 0.85
NewMapEntry
Method · 0.85
NewObjectFieldInit
Method · 0.85
Fold
Method · 0.85
ReceiverCall
Method · 0.85
PresenceTest
Method · 0.85
Select
Method · 0.85
mustAdaptToExprs
Function · 0.85
Calls
1
adaptToExpr
Function · 0.85
Tested by
no test coverage detected