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

Method Expression

policy/parser.go:325–327  ·  view source on GitHub ↗

Expression returns the variable expression.

()

Source from the content-addressed store, hash-verified

323
324// Expression returns the variable expression.
325func (v *Variable) Expression() ValueString {
326 return v.expression
327}
328
329// SetName sets the variable name.
330func (v *Variable) SetName(name ValueString) {

Callers 2

exprLinesFromPolicyFunction · 0.80
compileRuleMethod · 0.80

Calls

no outgoing calls

Tested by 1

exprLinesFromPolicyFunction · 0.64