Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ end
Method
end
atomic-core/src/change/format_v3/chunking.rs:243–245 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
241
/// Returns the exclusive end offset of this chunk: `offset + length`.
242
#[inline]
243
pub fn end(&self) -> usize {
244
self.offset + self.length
245
}
246
247
/// Returns `true` if this chunk has zero length.
248
#[inline]
Callers
1
data
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected