package volgo-git-backend

  1. Overview
  2. Docs

Module Make.File_systemSource

type t = t
val load_file : t -> path:Fpath_sexp0.Absolute_path.t -> (string, Err.t) Result.t
val save_file : t -> ?perms:int -> unit -> path:Fpath_sexp0.Absolute_path.t -> file_contents:string -> (unit, Err.t) Result.t