Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ as_ref
Method
as_ref
dev-scripts/src/cache.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
44
impl AsRef<Path> for CacheDir {
45
fn as_ref(&self) -> &Path {
46
self.0.as_path()
47
}
48
}
Callers
9
test_files
Function · 0.45
run_tests
Method · 0.45
find_files_of_type
Method · 0.45
download_dir
Method · 0.45
target_dir
Method · 0.45
download_package_source_repositories
Method · 0.45
sync_remote_databases
Method · 0.45
sync_remote_packages
Method · 0.45
extract_pkg_files
Function · 0.45
Calls
1
as_path
Method · 0.45
Tested by
3
test_files
Function · 0.36
run_tests
Method · 0.36
find_files_of_type
Method · 0.36