Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
convert_word_diff_to_hunks
Function · 0.80
convert_word_diff_to_token_changes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected