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

Method range

atomic-core/src/diff/inline.rs:232–234  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

230 /// Get the byte range as a Range.
231 #[inline]
232 pub fn range(&self) -> Range<usize> {
233 self.start..self.end
234 }
235
236 /// Get the length of this hunk in bytes.
237 #[inline]

Callers 9

blockFunction · 0.80
block_endFunction · 0.80
list_vault_entriesMethod · 0.80
list_tagsMethod · 0.80
list_tagsMethod · 0.80
del_tags_for_viewMethod · 0.80
list_vault_entriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected