watchexec v0.0.11 (2021-05-14T10:50:50Z)
Dub
Repo
FileDb
watchexec_internal
oneshot
Undocumented in source.
struct
FileDb {
OneShotFile
[
AbsolutePath
]
files
;
void
add
(OneShotFile fc);
bool
isChanged
(OneShotFile fc);
}
Members
Functions
add
void
add
(OneShotFile fc)
Undocumented in source. Be warned that the author may not have intended to support it.
isChanged
bool
isChanged
(OneShotFile fc)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
files
OneShotFile
[
AbsolutePath
]
files
;
Undocumented in source.
Meta
Source
See Implementation
watchexec_internal
oneshot
aliases
FileSize
TimeStamp
functions
fromJson
toJson
structs
FileDb
OneShotFile
OneShotRange