Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
impl<
'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_generic
Method · 0.80
handle_container
Method · 0.80
handle_side
Method · 0.80
handle_function
Method · 0.80
exec_call
Method · 0.80
try_dispatch_non_func_callable
Method · 0.80
call_extern
Method · 0.80
dispatch_method
Function · 0.80
call_list_sort_keyed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected