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

Method Variables

policy/parser.go:257–259  ·  view source on GitHub ↗

Variables returns the order set of Variable tuples.

()

Source from the content-addressed store, hash-verified

255
256// Variables returns the order set of Variable tuples.
257func (r *Rule) Variables() []*Variable {
258 return r.variables[:]
259}
260
261// SetID configures the id for the rule.
262func (r *Rule) SetID(id ValueString) {

Callers 3

exprLinesFromPolicyFunction · 0.45
optimizeRuleMethod · 0.45

Calls

no outgoing calls

Tested by 1

exprLinesFromPolicyFunction · 0.36