Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_operations
Method · 0.45
is_edit
Method · 0.45
from_file_ops
Method · 0.45
has_authors
Method · 0.45
try_build
Method · 0.45
has_predecessors
Method · 0.45
has_successors
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected