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

Method is_empty

atomic-remote/src/streaming/layers.rs:194–196  ·  view source on GitHub ↗

Returns `true` if no layers are selected.

(&self)

Source from the content-addressed store, hash-verified

192
193 /// Returns `true` if no layers are selected.
194 pub fn is_empty(&self) -> bool {
195 self.layers.is_empty()
196 }
197
198 /// Returns the number of selected layers.
199 pub fn len(&self) -> usize {

Callers 4

infer_repo_nameFunction · 0.45
parse_changelistFunction · 0.45
list_remote_tagsMethod · 0.45
is_completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected