Module Diffast_misc.Storage
type kind = | K_DUMMY| K_FS| K_GIT of string| K_UNKNOWN
val kind_git : string -> kindval kind_to_string : kind -> stringval kind_is_fs : kind -> boolval kind_is_git : kind -> boolclass type entry_t = object ... endval scan_dir : ?recursive:bool -> entry_t -> (entry_t -> unit) -> unitval scan_dir_for_dirs :
(string -> bool) ->
entry_t ->
(entry_t -> unit) ->
unitclass virtual tree : object ... endclass file : ?digest_opt:Xhash.t option -> ?ignore_case:bool -> obj_t -> string -> object ... end