Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ get_records
Method
get_records
certbot/src/dns01_client/cloudflare.rs:320–322 ·
view source on GitHub ↗
(&self, domain: &str)
Source
from the content-addressed store, hash-verified
318
}
319
320
async fn get_records(&self, domain: &str) -> Result<Vec<Record>> {
321
self.get_records_inner(domain).await
322
}
323
}
324
325
#[cfg(test)]
Callers
4
remove_txt_records
Method · 0.80
set_caa_records
Method · 0.80
get_txt_records
Method · 0.80
get_caa_records
Method · 0.80
Calls
1
get_records_inner
Method · 0.80
Tested by
no test coverage detected