Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Function · 0.45
resolve_parent_inode
Function · 0.45
globalize_replace
Function · 0.45
globalize_delete
Function · 0.45
classify_insert
Function · 0.45
collect_sorted_content_vertices
Function · 0.45
find_content_vertices
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected