Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_path
Method · 0.80
key_path
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected