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

Method is_empty

atomic-core/src/change/format_v3/chunking.rs:249–251  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

247 /// Returns `true` if this chunk has zero length.
248 #[inline]
249 pub fn is_empty(&self) -> bool {
250 self.length == 0
251 }
252
253 /// Get the chunk data from a source buffer.
254 ///

Callers 2

chunk_contentFunction · 0.45
chunk_content_with_statsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected