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

Method SetName

policy/parser.go:110–112  ·  view source on GitHub ↗

SetName configures the policy name.

(name ValueString)

Source from the content-addressed store, hash-verified

108
109// SetName configures the policy name.
110func (p *Policy) SetName(name ValueString) {
111 p.name = name
112}
113
114// SetDescription configures the policy description.
115func (p *Policy) SetDescription(description ValueString) {

Callers 3

ParsePolicyMethod · 0.95
parseVariableInlineMethod · 0.45
parseVariableObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected