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

Method directory

crates/cache/src/worker.rs:396–400  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

394 }
395
396 fn directory(&self) -> &PathBuf {
397 self.cache_config
398 .directory()
399 .expect("CacheConfig should be validated before being passed to a WorkerThread")
400 }
401
402 fn handle_on_cache_update(&self, path: PathBuf) {
403 trace!("handle_on_cache_update() for path: {}", path.display());

Callers 2

list_cache_contentsMethod · 0.45

Calls 1

expectMethod · 0.45

Tested by

no test coverage detected