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

Method is_empty

atomic-core/src/record/workflow/globalize/file.rs:83–85  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

81 /// Check if empty (no hunks).
82 #[must_use]
83 pub fn is_empty(&self) -> bool {
84 self.hunks.is_empty()
85 }
86
87 /// Get number of hunks.
88 #[must_use]

Callers 7

globalize_recorded_fileFunction · 0.45
resolve_parent_inodeFunction · 0.45
globalize_replaceFunction · 0.45
globalize_deleteFunction · 0.45
classify_insertFunction · 0.45
find_content_verticesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected