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

Method content_len

atomic-core/src/record/workflow/globalize/context.rs:216–218  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

214 /// Get the current content position (total bytes appended).
215 #[must_use]
216 pub fn content_len(&self) -> u64 {
217 self.content_position
218 }
219
220 /// Get a reference to the transaction.
221 #[must_use]

Callers 2

globalize_recorded_fileFunction · 0.45
create_inode_vertexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected