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

Method newSelect

parser/helper.go:80–82  ·  view source on GitHub ↗
(ctx any, operand ast.Expr, field string)

Source from the content-addressed store, hash-verified

78}
79
80func (p *parserHelper) newSelect(ctx any, operand ast.Expr, field string) ast.Expr {
81 return p.exprFactory.NewSelect(p.newID(ctx), operand, field)
82}
83
84func (p *parserHelper) newPresenceTest(ctx any, operand ast.Expr, field string) ast.Expr {
85 return p.exprFactory.NewPresenceTest(p.newID(ctx), operand, field)

Callers 1

VisitSelectMethod · 0.80

Calls 2

newIDMethod · 0.95
NewSelectMethod · 0.65

Tested by

no test coverage detected