Module Jenga_lib__Db.Save_proxy

type t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
val create : contents:string ‑> target:Jenga_lib.Path.t ‑> chmod_x:bool ‑> t
val contents : t ‑> string
val target : t ‑> Jenga_lib.Path.t
val chmod_x : t ‑> bool