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

Method position

atomic-core/src/diff/split.rs:204–206  ·  view source on GitHub ↗

Get the current byte position in the original content.

(&self)

Source from the content-addressed store, hash-verified

202
203 /// Get the current byte position in the original content.
204 pub fn position(&self) -> usize {
205 self.position
206 }
207
208 /// Check if iteration is complete.
209 pub fn is_finished(&self) -> bool {

Callers 5

phase1_parseMethod · 0.45
from_base32Method · 0.45
find_inMethod · 0.45
put_branchMethod · 0.45
put_leafMethod · 0.45

Calls

no outgoing calls

Tested by 2

put_branchMethod · 0.36
put_leafMethod · 0.36