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

Method ensureMutableFeatures

cel/env.go:616–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

614}
615
616func (e *Env) ensureMutableFeatures() {
617 if e.featuresShared {
618 e.features = maps.Clone(e.features)
619 e.featuresShared = false
620 }
621}
622
623func (e *Env) ensureMutableAppliedFeatures() {
624 if e.appliedFeaturesShared {

Callers 1

featuresFunction · 0.80

Calls 1

CloneMethod · 0.80

Tested by

no test coverage detected