Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type key = Mirage_kv.Key.t
val size : t -> key -> (Optint.Int63.t, error) result
val get_partial :
t ->
key ->
offset:Optint.Int63.t ->
length:int ->
(string, error) result
val set_partial :
t ->
key ->
Ptime.t ->
offset:Optint.Int63.t ->
string ->
(t, write_error) result