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

Method is_empty

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

Check if there are no remotes configured.

(&self)

Source from the content-addressed store, hash-verified

371
372 /// Check if there are no remotes configured.
373 pub fn is_empty(&self) -> bool {
374 self.remotes.is_empty()
375 }
376
377 /// Get the number of configured remotes.
378 pub fn len(&self) -> usize {

Callers 8

layer_from_dirFunction · 0.45
saveMethod · 0.45
validate_remote_nameFunction · 0.45
regenerate_changeFunction · 0.45
tokenize_single_fileFunction · 0.45
has_changesMethod · 0.45
has_dependentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected