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

Method SetDescription

policy/parser.go:133–135  ·  view source on GitHub ↗

SetDescription configures the policy description.

(description ValueString)

Source from the content-addressed store, hash-verified

131
132// SetDescription configures the policy description.
133func (p *Policy) SetDescription(description ValueString) {
134 p.description = description
135}
136
137// SetRule configures the policy rule entry point.
138func (p *Policy) SetRule(r *Rule) {

Callers 1

ParsePolicyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected