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

Method Expression

policy/parser.go:283–285  ·  view source on GitHub ↗

Expression returns the variable expression.

()

Source from the content-addressed store, hash-verified

281
282// Expression returns the variable expression.
283func (v *Variable) Expression() ValueString {
284 return v.expression
285}
286
287// SetName sets the variable name.
288func (v *Variable) SetName(name ValueString) {

Callers 2

exprLinesFromPolicyFunction · 0.80
compileRuleMethod · 0.80

Calls

no outgoing calls

Tested by 1

exprLinesFromPolicyFunction · 0.64