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

Method SetName

policy/parser.go:172–174  ·  view source on GitHub ↗

SetName updates the fully qualified type name for the import.

(name ValueString)

Source from the content-addressed store, hash-verified

170
171// SetName updates the fully qualified type name for the import.
172func (i *Import) SetName(name ValueString) {
173 i.name = name
174}
175
176// NewRule creates a Rule instance.
177func NewRule(exprID int64) *Rule {

Callers 1

parseImportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected