MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / mark_impure

Method mark_impure

compiler/src/modules/vm/builtins/mod.rs:56–60  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

54impl<'a> VM<'a> {
55 #[inline]
56 pub(in crate::modules::vm) fn mark_impure(&mut self) {
57 if let Some(top) = self.observed_impure.last_mut() {
58 *top = true;
59 }
60 }
61}

Callers 9

dispatch_genericMethod · 0.80
handle_containerMethod · 0.80
handle_sideMethod · 0.80
handle_functionMethod · 0.80
exec_callMethod · 0.80
call_externMethod · 0.80
dispatch_methodFunction · 0.80
call_list_sort_keyedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected