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

Method into_iter

gateway/src/models.rs:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43 type IntoIter = MapValuesIter<'a, K, V>;
44
45 fn into_iter(self) -> Self::IntoIter {
46 MapValuesIter(self.0.iter())
47 }
48}
49
50impl<'a, K, V> Iterator for MapValuesIter<'a, K, V> {

Callers 15

into_strippedMethod · 0.80
try_fromMethod · 0.80
read_event_logFunction · 0.80
reload_vmsMethod · 0.80
reload_vms_syncMethod · 0.80
list_vmsMethod · 0.80
paginateFunction · 0.80
run_one_shotFunction · 0.80
list_imagesMethod · 0.80
sv_listMethod · 0.80
list_registry_imagesMethod · 0.80
fetch_manifest_innerFunction · 0.80

Calls 1

MapValuesIterClass · 0.85

Tested by

no test coverage detected