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

Method new_tokens

atomic-core/src/diff/word.rs:330–332  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

328 /// Get the new tokens.
329 #[inline]
330 pub fn new_tokens(&self) -> &[Token<'a>] {
331 &self.new_tokens
332 }
333
334 /// Check if there are any changes.
335 ///

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected