Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ as_ref
Method
as_ref
alpm-package/src/input.rs:168–170 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
166
167
impl AsRef<Path> for InputDir {
168
fn as_ref(&self) -> &Path {
169
&self.0
170
}
171
}
172
173
/// Compares the hash digest of a file with the recorded data in an [`Mtree`].
Callers
15
get_build_info
Function · 0.45
get_package_info
Function · 0.45
get_mtree
Function · 0.45
input_dir
Method · 0.45
mtree
Method · 0.45
try_from
Method · 0.45
check_scriptlet
Function · 0.45
create_data_files
Function · 0.45
create_build_info_file
Function · 0.45
create_package_info_file
Function · 0.45
create_install_scriptlet
Function · 0.45
create_mtree_file
Function · 0.45
Calls
no outgoing calls
Tested by
7
create_data_files
Function · 0.36
create_build_info_file
Function · 0.36
create_package_info_file
Function · 0.36
create_install_scriptlet
Function · 0.36
create_mtree_file
Function · 0.36
prepare_input_dir
Function · 0.36
package_digest
Function · 0.36