Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ account_credentials_path
Method
account_credentials_path
certbot/src/workdir.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
}
29
30
pub fn account_credentials_path(&self) -> PathBuf {
31
self.workdir.join(
"credentials.json"
)
32
}
33
34
pub fn backup_dir(&self) -> PathBuf {
35
self.workdir.join(
"backup"
)
Callers
2
load_config
Function · 0.80
acme_account_uri
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected