MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / backup_dir

Method backup_dir

certbot/src/workdir.rs:34–36  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32 }
33
34 pub fn backup_dir(&self) -> PathBuf {
35 self.workdir.join("backup")
36 }
37
38 pub fn live_dir(&self) -> PathBuf {
39 self.workdir.join("live")

Callers 3

load_configFunction · 0.80
list_certsMethod · 0.80
list_cert_public_keysMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected