MCPcopy 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

fmtMethod · 0.45
create_insertion_tokensFunction · 0.45
create_deletion_tokensFunction · 0.45
token_byte_rangeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected