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

Method is_empty

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

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

(&self)

Source from the content-addressed store, hash-verified

40
41 /// Check if the view is empty (has no changes).
42 pub fn is_empty(&self) -> bool {
43 self.change_count == 0
44 }
45
46 /// Get a human-readable label for the view scope.
47 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 2

assembleFunction · 0.36