MCPcopy Create free account
hub / github.com/bamler-lab/constriction / pos

Method pos

src/pybindings/stream/stack.rs:259–261  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

257 /// See [`seek`](#constriction.stream.stack.AnsCoder.seek).
258 #[pyo3(signature = ())]
259 pub fn pos(&mut self) -> (usize, u64) {
260 self.inner.pos()
261 }
262
263 /// Jumps to a checkpoint recorded with method
264 /// [`pos`](#constriction.stream.stack.AnsCoder.pos) during encoding.

Callers 6

test_ans_seekFunction · 0.95
test_ans_seekFunction · 0.95
test_ans_seekFunction · 0.95
test_ans_seekFunction · 0.95
ans_round_tripFunction · 0.45
range_round_tripFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_ans_seekFunction · 0.76
test_ans_seekFunction · 0.76
test_ans_seekFunction · 0.76
test_ans_seekFunction · 0.76