Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
bool FileSource::getAndResetFileChangedFlag()
329
{
330
bool b = this->fileChanged;
331
this->fileChanged = false;
332
return b;
333
}
334
335
void FileSource::updateFileWatchSetting()
336
{
Callers
2
isFileChanged
Method · 0.80
isSourceChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected