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

Method contains

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

Check if a remote with the given name exists.

(&self, name: &str)

Source from the content-addressed store, hash-verified

407
408 /// Check if a remote with the given name exists.
409 pub fn contains(&self, name: &str) -> bool {
410 self.remotes.contains_key(name)
411 }
412
413 /// Get the default remote, if one is configured.
414 ///

Callers 15

merge_items_into_sectionFunction · 0.45
load_identity_by_idFunction · 0.45
merge_pathsFunction · 0.45
build_unhashed_turn_dataFunction · 0.45
should_ignore_untrackedFunction · 0.45
add_files_touchedMethod · 0.45
validate_session_idFunction · 0.45
aggregate_tool_usageFunction · 0.45
extract_tool_detailFunction · 0.45

Calls 1

contains_keyMethod · 0.80