Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ increment_invalidation_counter
Function
increment_invalidation_counter
crates/vm/src/stdlib/_abc.rs:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
fn increment_invalidation_counter() {
28
ABC_INVALIDATION_COUNTER.fetch_add(1, Ordering::SeqCst);
29
}
30
31
/// Internal state held by ABC machinery.
32
#[pyattr]
Callers
1
_abc_register
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected