MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / worker

Method worker

crates/cache/src/lib.rs:106–108  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

104
105 #[cfg(test)]
106 fn worker(&self) -> &Worker {
107 &self.worker
108 }
109
110 /// Returns the number of cache hits seen so far
111 pub fn cache_hits(&self) -> usize {

Callers 1

test_cache_initFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_cache_initFunction · 0.64