Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ AddConnectionClosedHandler
Method
AddConnectionClosedHandler
pcsx2/DEV9/Sessions/BaseSession.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void BaseSession::AddConnectionClosedHandler(ConnectionClosedEventHandler handler)
27
{
28
connectionClosedHandlers.push_back(handler);
29
}
30
31
void BaseSession::RaiseEventConnectionClosed()
32
{
Callers
4
SendICMP
Method · 0.80
SendTCP
Method · 0.80
SendUDP
Method · 0.80
NewClientSession
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected