MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / renew_interval

Method renew_interval

certbot/src/bot.rs:190–192  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

188 }
189
190 pub fn renew_interval(&self) -> Duration {
191 self.config.renew_interval
192 }
193
194 async fn renew_inner(&self, force: bool) -> Result<bool> {
195 let created = self

Callers 2

load_configFunction · 0.80
new_certbotFunction · 0.80

Calls

no outgoing calls

Tested by 1

new_certbotFunction · 0.64