MCPcopy 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_configFunction · 0.80
acme_account_uriMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected