todod ~dinotify (2022-03-08T06:28:52.7844575)
Dub
Repo
MonitoredFile
todod
storage
Interact with a file
class
MonitoredFile {
this
(string path, string name);
bool
changed
(int timeOut);
void
write
(string contents);
}
Constructors
this
this
(string path, string name)
Undocumented in source.
Members
Functions
changed
bool
changed
(int timeOut)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(string contents)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
todod
storage
classes
MonitoredFile
functions
addStorageCommands
commitChanges
fileActor
fileMonitor
gitPull
gitPush
openRepo
readFile
writeToFile
structs
GitRepo
Interact with a file