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

Method is_finished

atomic-core/src/diff/token/tokenizer.rs:168–170  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

166 /// `true` if all content has been tokenized.
167 #[inline]
168 pub fn is_finished(&self) -> bool {
169 self.position >= self.content.len()
170 }
171
172 /// Peek at the next byte without consuming it.
173 #[inline]

Callers 1

nextMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected