Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void BinaryFileReader::Notify()
84
{
85
ReadUntilEof();
86
FindNextChangeNotification(m_handle.get());
87
}
88
89
void BinaryFileReader::ReadUntilEof()
90
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected