watchexec v0.0.11 (2021-05-14T10:50:50Z)
Dub
Repo
OneShotFile
watchexec_internal
oneshot
Undocumented in source.
struct
OneShotFile {
AbsolutePath
path
;
TimeStamp
timeStamp
;
FileSize
size
;
bool
hasChecksum
;
this
(AbsolutePath path, TimeStamp timeStamp, FileSize size);
this
(AbsolutePath path, TimeStamp timeStamp, FileSize size, Checksum64 cs);
Checksum64
checksum
();
}
Constructors
this
this
(AbsolutePath path, TimeStamp timeStamp, FileSize size)
Undocumented in source.
this
this
(AbsolutePath path, TimeStamp timeStamp, FileSize size, Checksum64 cs)
Undocumented in source.
Members
Functions
checksum
Checksum64
checksum
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
hasChecksum
bool
hasChecksum
;
Undocumented in source.
path
AbsolutePath
path
;
Undocumented in source.
size
FileSize
size
;
Undocumented in source.
timeStamp
TimeStamp
timeStamp
;
unix time in seconds
Meta
Source
See Implementation
watchexec_internal
oneshot
aliases
FileSize
TimeStamp
functions
fromJson
toJson
structs
FileDb
OneShotFile
OneShotRange