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

Method content_range

atomic-core/src/crdt/leaf.rs:187–189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

185 /// Returns the content byte range.
186 #[inline]
187 pub fn content_range(&self) -> Range<u32> {
188 self.content_start..self.content_end
189 }
190
191 /// Returns the content length in bytes.
192 #[inline]

Callers 5

apply_file_ops_batchedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected