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

Method Variables

policy/parser.go:216–218  ·  view source on GitHub ↗

Variables returns the order set of Variable tuples.

()

Source from the content-addressed store, hash-verified

214
215// Variables returns the order set of Variable tuples.
216func (r *Rule) Variables() []*Variable {
217 return r.variables[:]
218}
219
220// SetID configures the id for the rule.
221func (r *Rule) SetID(id ValueString) {

Callers 3

exprLinesFromPolicyFunction · 0.45
optimizeRuleMethod · 0.45

Calls

no outgoing calls

Tested by 1

exprLinesFromPolicyFunction · 0.36