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

Method NewIdent

common/ast/factory.go:40–40  ·  view source on GitHub ↗

NewIdent creates an Expr value representing an identifier.

(id int64, name string)

Source from the content-addressed store, hash-verified

38
39 // NewIdent creates an Expr value representing an identifier.
40 NewIdent(id int64, name string) Expr
41
42 // NewAccuIdent creates an Expr value representing an accumulator identifier within a
43 // comprehension.

Implementers 1

baseExprFactorycommon/ast/factory.go

Calls

no outgoing calls