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

Method is_empty

atomic-core/src/record/workflow/retrieve.rs:162–164  ·  view source on GitHub ↗

Check if content is empty.

(&self)

Source from the content-addressed store, hash-verified

160
161 /// Check if content is empty.
162 pub fn is_empty(&self) -> bool {
163 self.content.is_empty()
164 }
165
166 /// Get content length.
167 pub fn len(&self) -> usize {

Callers 1

has_contentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected