Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_cache_version
Method
set_cache_version
crates/vm/src/stdlib/_abc.rs:58–60 ·
view source on GitHub ↗
(&self, version: u64)
Source
from the content-addressed store, hash-verified
56
}
57
58
fn set_cache_version(&self, version: u64) {
59
self.negative_cache_version.store(version, Ordering::SeqCst);
60
}
61
}
62
63
impl Constructor for AbcData {
Callers
1
_abc_subclasscheck
Function · 0.80
Calls
1
store
Method · 0.45
Tested by
no test coverage detected