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

Method Name

policy/parser.go:278–280  ·  view source on GitHub ↗

Name returns the variable name.

()

Source from the content-addressed store, hash-verified

276
277// Name returns the variable name.
278func (v *Variable) Name() ValueString {
279 return v.name
280}
281
282// Expression returns the variable expression.
283func (v *Variable) Expression() ValueString {

Callers 1

compileRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected