()
| 621 | } |
| 622 | |
| 623 | func (e *Env) ensureMutableAppliedFeatures() { |
| 624 | if e.appliedFeaturesShared { |
| 625 | e.appliedFeatures = maps.Clone(e.appliedFeatures) |
| 626 | e.appliedFeaturesShared = false |
| 627 | } |
| 628 | } |
| 629 | |
| 630 | func (e *Env) ensureMutableLimits() { |
| 631 | if e.limitsShared { |