MCPcopy Create free account
hub / github.com/argumentcomputer/ix / set_debug_label

Method set_debug_label

crates/kernel/src/tc.rs:848–850  ·  view source on GitHub ↗
(&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

Callers 1

check_one_constFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected