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/crdt/builder/mod.rs:210–212 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
208
}
209
210
pub fn is_empty(&self) -> bool {
211
self.file_ops.is_empty() && self.content.is_empty()
212
}
213
214
pub fn file_count(&self) -> usize {
215
self.file_ops.len()
Callers
3
split_lines
Method · 0.45
has_operations
Method · 0.45
has_operations
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected