Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ callback
Method
callback
src/iocore/net/P_UnixNetVConnection.h:171–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
virtual int
172
callback(int event = CONTINUATION_EVENT_NONE, void *data = nullptr) override
173
{
174
return this->handleEvent(event, data);
175
}
176
177
virtual Ptr<ProxyMutex> &
178
get_mutex() override
Callers
2
_close_ne
Method · 0.45
check_inactivity
Method · 0.45
Calls
1
handleEvent
Method · 0.45
Tested by
no test coverage detected