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

Function mustAdaptToEntryExpr

cel/macro.go:556–559  ·  view source on GitHub ↗
(e *exprpb.Expr_CreateStruct_Entry)

Source from the content-addressed store, hash-verified

554}
555
556func mustAdaptToEntryExpr(e *exprpb.Expr_CreateStruct_Entry) ast.EntryExpr {
557 out, _ := ast.ProtoToEntryExpr(e)
558 return out
559}
560
561func mustAdaptToProto(e ast.Expr) *exprpb.Expr {
562 out, _ := adaptToProto(e)

Callers 2

NewMapMethod · 0.85
NewObjectMethod · 0.85

Calls 1

ProtoToEntryExprFunction · 0.92

Tested by

no test coverage detected