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

Method SetDescription

policy/parser.go:115–117  ·  view source on GitHub ↗

SetDescription configures the policy description.

(description ValueString)

Source from the content-addressed store, hash-verified

113
114// SetDescription configures the policy description.
115func (p *Policy) SetDescription(description ValueString) {
116 p.description = description
117}
118
119// SetRule configures the policy rule entry point.
120func (p *Policy) SetRule(r *Rule) {

Callers 1

ParsePolicyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected