Method
set_debug_label
(&mut self, label: impl Into<String>)
Source from the content-addressed store, hash-verified
| 846 | if self.env.profile_sink.as_ref().is_some_and(|s| s.isolate) { |
| 847 | self.env.clear_reduction_caches(); |
| 848 | } |
| 849 | self.rec_fuel = max_rec_fuel(); |
| 850 | self.hot_misses.clear(); |
| 851 | // Reset the local context (it must always be empty between constants). |
| 852 | // The fvar id counter lives on KEnv and is intentionally not reset here: |
| 853 | // caches also live on KEnv, so reused fvar ids would make open-term cache |
Tested by
no test coverage detected