MCPcopy 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
540func mustAdaptToExpr(e *exprpb.Expr) ast.Expr {
541 out, _ := adaptToExpr(e)
542 return out
543}
544
545func adaptToExpr(e *exprpb.Expr) (ast.Expr, *Error) {
546 if e == nil {

Callers 12

ExistsMacroExpanderFunction · 0.85
ExistsOneMacroExpanderFunction · 0.85
MapMacroExpanderFunction · 0.85
FilterMacroExpanderFunction · 0.85
CopyMethod · 0.85
NewMapEntryMethod · 0.85
NewObjectFieldInitMethod · 0.85
FoldMethod · 0.85
ReceiverCallMethod · 0.85
PresenceTestMethod · 0.85
SelectMethod · 0.85
mustAdaptToExprsFunction · 0.85

Calls 1

adaptToExprFunction · 0.85

Tested by

no test coverage detected