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

Method on_cache_update_async

crates/cache/src/lib.rs:125–128  ·  view source on GitHub ↗
(&self, path: impl AsRef<Path>)

Source from the content-addressed store, hash-verified

123 }
124
125 pub(crate) fn on_cache_update_async(&self, path: impl AsRef<Path>) {
126 self.state.misses.fetch_add(1, SeqCst);
127 self.worker.on_cache_update_async(path)
128 }
129}
130
131#[derive(Default, Debug)]

Calls

no outgoing calls