Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ build_bot
Method
build_bot
certbot/src/bot.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
47
impl CertBotConfig {
48
pub async fn build_bot(&self) -> Result<CertBot> {
49
CertBot::build(self.clone()).await
50
}
51
}
52
53
pub struct CertBot {
Callers
3
renew
Function · 0.80
main
Function · 0.80
new_certbot
Function · 0.80
Calls
2
clone
Method · 0.80
build
Function · 0.50
Tested by
1
new_certbot
Function · 0.64