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

Method is_empty

atomic-repository/src/repository/views.rs:38–40  ·  view source on GitHub ↗

Check if the view is empty (has no changes).

(&self)

Source from the content-addressed store, hash-verified

36
37 /// Check if the view is empty (has no changes).
38 pub fn is_empty(&self) -> bool {
39 self.change_count == 0
40 }
41
42 /// Get a human-readable label for the view scope.
43 pub fn kind_label(&self) -> &str {

Callers 15

has_provenanceMethod · 0.45
should_includeMethod · 0.45
has_errorsMethod · 0.45
build_headerFunction · 0.45
export_v3_bytesMethod · 0.45
materialize_parallelMethod · 0.45
populate_file_indexMethod · 0.45
addMethod · 0.45
add_batchMethod · 0.45
remove_batchMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected