MCPcopy Create free account
hub / github.com/archlinux/alpm / join

Method join

alpm-package/src/package.rs:113–115  ·  view source on GitHub ↗

Creates an owned PathBuf with path adjoined to self. Delegates to [`Path::join`].

(&self, path: impl AsRef<Path>)

Source from the content-addressed store, hash-verified

111 ///
112 /// Delegates to [`Path::join`].
113 pub fn join(&self, path: impl AsRef<Path>) -> PathBuf {
114 self.0.join(path)
115 }
116}
117
118impl AsRef<Path> for ExistingAbsoluteDir {

Callers 8

append_relative_filesFunction · 0.45
newMethod · 0.45
to_path_bufMethod · 0.45
try_fromMethod · 0.45
package_newFunction · 0.45
package_new_failsFunction · 0.45

Calls

no outgoing calls

Tested by 4

package_newFunction · 0.36
package_new_failsFunction · 0.36