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

Method SetID

policy/parser.go:221–223  ·  view source on GitHub ↗

SetID configures the id for the rule.

(id ValueString)

Source from the content-addressed store, hash-verified

219
220// SetID configures the id for the rule.
221func (r *Rule) SetID(id ValueString) {
222 r.id = &id
223}
224
225// SetDescription configures the description for the rule.
226func (r *Rule) SetDescription(desc ValueString) {

Callers 1

ParseRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected