MCPcopy 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
47impl CertBotConfig {
48 pub async fn build_bot(&self) -> Result<CertBot> {
49 CertBot::build(self.clone()).await
50 }
51}
52
53pub struct CertBot {

Callers 3

renewFunction · 0.80
mainFunction · 0.80
new_certbotFunction · 0.80

Calls 2

cloneMethod · 0.80
buildFunction · 0.50

Tested by 1

new_certbotFunction · 0.64