MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / iter

Method iter

atomic-repository/src/remote.rs:636–638  ·  view source on GitHub ↗

Iterate over all remotes.

(&self)

Source from the content-addressed store, hash-verified

634
635 /// Iterate over all remotes.
636 pub fn iter(&self) -> impl Iterator<Item = (&str, &RemoteEntry)> {
637 self.remotes.iter().map(|(k, v)| (k.as_str(), v))
638 }
639
640 /// Get all remote names.
641 pub fn names(&self) -> impl Iterator<Item = &str> {

Callers 15

write_image_layoutFunction · 0.45
includeMethod · 0.45
excludeMethod · 0.45
filesMethod · 0.45
directoriesMethod · 0.45
search_contentFunction · 0.45
path_tierFunction · 0.45
get_defaultMethod · 0.45
test_remote_config_iterFunction · 0.45
is_cleanMethod · 0.45

Calls 1

as_strMethod · 0.45