Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_component
Method · 0.80
Calls
1
path
Method · 0.80
Tested by
no test coverage detected