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

Method next

gateway/src/models.rs:53–55  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

51 type Item = &'a V;
52
53 fn next(&mut self) -> Option<Self::Item> {
54 self.0.next().map(|(_, v)| v)
55 }
56}
57
58#[derive(Clone, Debug, Serialize, Deserialize)]

Callers 14

try_fromMethod · 0.80
check_one_logMethod · 0.80
run_one_shotFunction · 0.80
allocateMethod · 0.80
parseMethod · 0.80
setupMethod · 0.80
read_pemFunction · 0.80
get_cert_expiryFunction · 0.80
parse_dst_infoFunction · 0.80
parse_cert_domainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected