package volgo-git-backend

  1. Overview
  2. Docs

Module S.File_systemSource

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