MCPcopy 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

countMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected