MCPcopy Create free account
hub / github.com/bootc-dev/bootc / path

Method path

crates/tmpfiles/src/lib.rs:37–39  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

35 }
36
37 fn path(&self) -> Utf8PathBuf {
38 format!("{TMPFILESD}/{BOOTC_GENERATED_PREFIX}-{}.conf", self.0).into()
39 }
40}
41
42/// An error when translating tmpfiles.d.

Callers 8

var_to_tmpfilesFunction · 0.45
test_log_regfileFunction · 0.45
run_alongsideFunction · 0.45
get_deployment_dirFunction · 0.45
runFunction · 0.45

Calls 1

intoMethod · 0.45

Tested by 4

test_log_regfileFunction · 0.36