Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ list_cert_public_keys
Method
list_cert_public_keys
certbot/src/workdir.rs:64–66 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
62
}
63
64
pub fn list_cert_public_keys(&self) -> Result<BTreeSet<Vec<u8>>> {
65
crate::bot::list_cert_public_keys(self.backup_dir())
66
}
67
}
Callers
nothing calls this directly
Calls
2
list_cert_public_keys
Function · 0.85
backup_dir
Method · 0.80
Tested by
no test coverage detected