home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Revise status nomenclature
[khatus.git]
/
x3
/
src
/
lib
/
khatus_cache.mli
1
type t
2
3
val create : unit -> t
4
5
val update
6
: t
7
-> node : string
8
-> modul : string
9
-> key : (string list)
10
-> value : string
11
-> time : Khatus_time.t
12
-> unit
13
14
val dump_to_dir
15
: t
16
-> time:Khatus_time.t
17
-> node:string
18
-> modul:string
19
-> dir:string
20
-> unit
This page took
0.051609 seconds
and
4
git commands to generate.