Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
block
Function · 0.80
block_end
Function · 0.80
list_vault_entries
Method · 0.80
list_tags
Method · 0.80
find_by_git_sha_prefix
Method · 0.80
list_tags
Method · 0.80
del_tags_for_view
Method · 0.80
find_by_git_sha_prefix
Method · 0.80
list_vault_entries
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected