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

Method SetID

policy/parser.go:262–264  ·  view source on GitHub ↗

SetID configures the id for the rule.

(id ValueString)

Source from the content-addressed store, hash-verified

260
261// SetID configures the id for the rule.
262func (r *Rule) SetID(id ValueString) {
263 r.id = &id
264}
265
266// SetDescription configures the description for the rule.
267func (r *Rule) SetDescription(desc ValueString) {

Callers 1

ParseRuleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected