Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val exists : Transaction.t -> Perms.t -> Store.Path.t -> bool
val mkdir :
?with_watch:bool ->
Transaction.t ->
int ->
Perms.t ->
Store.Path.t ->
unit
val read : Transaction.t -> Perms.t -> Store.Path.t -> string
val write : Transaction.t -> int -> Perms.t -> Store.Path.t -> string -> unit
val list : Transaction.t -> Perms.t -> Store.Path.t -> string list
val rm : Transaction.t -> Perms.t -> Store.Path.t -> unit
val getperms : Transaction.t -> Perms.t -> Store.Path.t -> Xs_protocol.ACL.t
val setperms :
Transaction.t ->
Perms.t ->
Store.Path.t ->
Xs_protocol.ACL.t ->
unit