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

Method live_dir

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

Source from the content-addressed store, hash-verified

36 }
37
38 pub fn live_dir(&self) -> PathBuf {
39 self.workdir.join("live")
40 }
41
42 pub fn cert_path(&self) -> PathBuf {
43 self.live_dir().join("cert.pem")

Callers 2

cert_pathMethod · 0.80
key_pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected