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

Method NewSelect

parser/macro.go:288–288  ·  view source on GitHub ↗

NewSelect create a field traversal Expr value.

(operand ast.Expr, field string)

Source from the content-addressed store, hash-verified

286
287 // NewSelect create a field traversal Expr value.
288 NewSelect(operand ast.Expr, field string) ast.Expr
289
290 // OffsetLocation returns the Location of the expression identifier.
291 OffsetLocation(exprID int64) common.Location

Callers 5

pruneMethod · 0.65
newSelectMethod · 0.65
CopyMethod · 0.65
NewSelectMethod · 0.65
getProtoExtFunction · 0.65

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected