= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = {
default_tmpdir : Common.string;
deletion_grouping : Common.int;
mutable tmp_file_db : (Common.string * Common.string) Common.list;
}
val make :
?deletion_grouping:Common.int ->
[< `Fresh | `Use of Common.string ] ->
t
val register_file :
t ->
variable:Common.string ->
directory:Common.string ->
unit
val default_tmpdir : t -> Common.string
val delete_function : t -> string -> string
val tmp_vars :
t ->
(Common.string * Common.string * string) Genspio.Common.List.t