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

Function protoIdent

common/ast/conversion.go:394–403  ·  view source on GitHub ↗
(id int64, name string)

Source from the content-addressed store, hash-verified

392}
393
394func protoIdent(id int64, name string) (*exprpb.Expr, error) {
395 return &exprpb.Expr{
396 Id: id,
397 ExprKind: &exprpb.Expr_IdentExpr{
398 IdentExpr: &exprpb.Expr_Ident{
399 Name: name,
400 },
401 },
402 }, nil
403}
404
405func protoList(id int64, list ListExpr) (*exprpb.Expr, error) {
406 var err error

Callers 1

ExprToProtoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected