Skip to main content

Extent

Type Alias Extent 

Source
pub type Extent = (u64, u64);
Expand description

A byte range inside the store: (offset, len).

The unit is “wherever this backend keeps the bytes” — an extent in a znippy archive, or an offset into a packfile for a gix backend. The contract only promises the pair is stable for the life of the object.