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

Method Alias

cel/inlining.go:40–42  ·  view source on GitHub ↗

Alias returns the alias to use when performing cel.bind() calls during inlining.

()

Source from the content-addressed store, hash-verified

38
39// Alias returns the alias to use when performing cel.bind() calls during inlining.
40func (v *InlineVariable) Alias() string {
41 return v.alias
42}
43
44// Expr returns the inlined expression value.
45func (v *InlineVariable) Expr() ast.Expr {

Callers 1

OptimizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected