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

Method Name

policy/parser.go:320–322  ·  view source on GitHub ↗

Name returns the variable name.

()

Source from the content-addressed store, hash-verified

318
319// Name returns the variable name.
320func (v *Variable) Name() ValueString {
321 return v.name
322}
323
324// Expression returns the variable expression.
325func (v *Variable) Expression() ValueString {

Callers 1

compileRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected