Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ cache_stats
Method
cache_stats
compiler/src/modules/vm/helpers.rs:44–44 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
42
43
pub fn heap_usage(&self) -> usize { self.heap.usage() }
44
pub fn cache_stats(&self) -> (usize, usize) { (self.templates.count(), self.chunk.instructions.len()) }
45
46
// Stack helpers.
47
Callers
nothing calls this directly
Calls
2
count
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected