Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ len
Method
len
atomic-core/src/diff/semantic/config.rs:200–202 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
198
/// Get the number of line changes.
199
#[inline]
200
pub fn len(&self) -> usize {
201
self.changes.len()
202
}
203
204
/// Check if there are no changes.
205
#[inline]
Callers
6
fmt
Method · 0.45
semantic_diff_with_config
Function · 0.45
create_insertion_tokens
Function · 0.45
create_deletion_tokens
Function · 0.45
convert_word_diff_to_token_changes
Function · 0.45
token_byte_range
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected