MCPcopy Create free account
hub / github.com/IENT/YUView / getAndResetFileChangedFlag

Method getAndResetFileChangedFlag

YUViewLib/src/filesource/FileSource.cpp:328–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328bool FileSource::getAndResetFileChangedFlag()
329{
330 bool b = this->fileChanged;
331 this->fileChanged = false;
332 return b;
333}
334
335void FileSource::updateFileWatchSetting()
336{

Callers 2

isFileChangedMethod · 0.80
isSourceChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected