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

Method Notify

DebugView++Lib/BinaryFileReader.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void BinaryFileReader::Notify()
84{
85 ReadUntilEof();
86 FindNextChangeNotification(m_handle.get());
87}
88
89void BinaryFileReader::ReadUntilEof()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected