fragmentation/store
Types
Values
pub fn get(
store: Store,
s: fragmentation.Sha,
) -> Result(fragmentation.Fragment, Nil)
Look up a fragment by SHA.
pub fn put(store: Store, frag: fragmentation.Fragment) -> Store
Insert a fragment by its self-ref SHA.