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

Method SetName

policy/parser.go:128–130  ·  view source on GitHub ↗

SetName configures the policy name.

(name ValueString)

Source from the content-addressed store, hash-verified

126
127// SetName configures the policy name.
128func (p *Policy) SetName(name ValueString) {
129 p.name = name
130}
131
132// SetDescription configures the policy description.
133func (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