Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ HandleConnect
Method
HandleConnect
OsiInterface/DebugMessages.cpp:507–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
void DebugMessageHandler::HandleConnect()
508
{
509
Debug(
"Connected to debugger frontend"
);
510
511
outboundSeq_ = 1;
512
inboundSeq_ = 1;
513
}
514
515
void DebugMessageHandler::HandleDisconnect()
516
{
Callers
nothing calls this directly
Calls
1
Debug
Function · 0.85
Tested by
no test coverage detected