home
/
code
/
khatus.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Leave TODO to define a max after which to stop reading
[khatus.git]
/
x3
/
src
/
lib
/
khatus_state.mli
Commit
Line
Data
6f35286a
SK
1
type t =
2
{ node : string
3
; modul : string
4
; time : Khatus_time.t
5
; cache : Khatus_cache.t
6
}
7
8
val init : node:string -> modul:string -> t
9
10
val update : t -> msg:Khatus_msg.t -> t
This page took
0.042563 seconds
and
4
git commands to generate.