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

Method is_empty

atomic-core/src/change/atom.rs:227–229  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

225 /// file roots and directory entries.
226 #[inline]
227 pub fn is_empty(&self) -> bool {
228 self.start == self.end
229 }
230
231 /// Check if this span has any up context.
232 #[inline]

Callers 7

has_operationsMethod · 0.45
is_editMethod · 0.45
from_file_opsMethod · 0.45
has_authorsMethod · 0.45
try_buildMethod · 0.45
has_predecessorsMethod · 0.45
has_successorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected