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

Method ensureMutableLimits

cel/env.go:630–635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

628}
629
630func (e *Env) ensureMutableLimits() {
631 if e.limitsShared {
632 e.limits = maps.Clone(e.limits)
633 e.limitsShared = false
634 }
635}
636
637// HasFeature checks whether the environment enables the given feature
638// flag, as enumerated in options.go.

Callers 1

setLimitFunction · 0.80

Calls 1

CloneMethod · 0.80

Tested by

no test coverage detected