MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Notify

Method Notify

DebugView++Lib/FileReader.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void FileReader::Notify()
60{
61 ReadUntilEof();
62 FindNextChangeNotification(m_handle.get());
63}
64
65void FileReader::ReadUntilEof()
66{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected