MCPcopy Create free account
hub / github.com/RetypeOS/parcode / offset

Method offset

src/reader.rs:1213–1215  ·  view source on GitHub ↗

Returns the absolute file offset of this chunk.

(&self)

Source from the content-addressed store, hash-verified

1211
1212 /// Returns the absolute file offset of this chunk.
1213 pub fn offset(&self) -> u64 {
1214 self.offset
1215 }
1216
1217 /// Returns the total physical length of this chunk.
1218 pub fn length(&self) -> u64 {

Callers 2

inspect_fileMethod · 0.80
inspect_nodeMethod · 0.80

Calls

no outgoing calls

Tested by 2

inspect_fileMethod · 0.64
inspect_nodeMethod · 0.64