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

Method NewIdent

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

NewIdent creates an identifier Expr value.

(name string)

Source from the content-addressed store, hash-verified

268
269 // NewIdent creates an identifier Expr value.
270 NewIdent(name string) ast.Expr
271
272 // NewAccuIdent returns an accumulator identifier for use with comprehension results.
273 NewAccuIdent() ast.Expr

Callers 8

rewriteVariableNameMethod · 0.65
newIdentMethod · 0.65
CopyMethod · 0.65
NewIdentMethod · 0.65
celBindFunction · 0.65
transformMapFunction · 0.65
sortByMacroFunction · 0.65

Implementers 1

exprHelperparser/helper.go

Calls

no outgoing calls

Tested by

no test coverage detected