Skip to content

Commit

Permalink
Merge pull request #2249 from adatario/expose-dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
metanivek committed May 25, 2023
2 parents 97a4ab1 + e558ff8 commit 0075198
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/irmin-pack/unix/store.ml
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,10 @@ module Maker (Config : Conf.S) = struct
let dict (repo : X.Repo.t) = repo.dict
module Dispatcher = Dispatcher
let dispatcher (repo : X.Repo.t) = repo.dispatcher
module XKey = XKey
let suffix_commit_mem repo key =
Expand Down
4 changes: 4 additions & 0 deletions src/irmin-pack/unix/store_intf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ module type S = sig

val dict : repo -> Dict.t

module Dispatcher : Dispatcher.S

val dispatcher : repo -> Dispatcher.t

module XKey : Pack_key.S with type hash = Schema.Hash.t

val suffix_commit_mem : repo -> XKey.t -> bool
Expand Down

0 comments on commit 0075198

Please sign in to comment.