Loose_git.MakeSourcemodule Scheduler : Carton.SCHEDULERmodule IO : IO with type +'a t = 'a Scheduler.smodule Store : STORE with type +'a fiber = 'a Scheduler.sval atomic_add :
Store.t ->
Loose.buffers ->
Carton.Dec.v ->
(Uid.t * int, [> `Store of Store.error | `Non_atomic ]) result IO.tval add :
Store.t ->
Loose.buffers ->
([ `Blob | `Commit | `Tag | `Tree ] * int64) ->
(unit -> string option IO.t) ->
(Uid.t * int, [> `Store of Store.error ]) result IO.tval atomic_get :
Store.t ->
Loose.buffers ->
Uid.t ->
(Carton.Dec.v, [> `Non_atomic ]) result IO.tval size_and_kind :
Store.t ->
Loose.buffers ->
Uid.t ->
(int64 * Loose.kind, [> `Malformed ]) result IO.tval get :
Store.t ->
Loose.buffers ->
Uid.t ->
(Carton.Dec.v, [> `Msg of string ]) result IO.t