MCPcopy Create free account
hub / github.com/bytecodealliance/cargo-component / cache_dir

Method cache_dir

tests/support/mod.rs:366–368  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

364 }
365
366 pub fn cache_dir(&self) -> PathBuf {
367 self.dir.path().join("cache")
368 }
369
370 pub fn config_file(&self) -> Option<&Path> {
371 self.config_file.as_deref()

Callers 1

cargo_componentMethod · 0.80

Calls 1

pathMethod · 0.80

Tested by

no test coverage detected