MCPcopy 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_neMethod · 0.45
check_inactivityMethod · 0.45

Calls 1

handleEventMethod · 0.45

Tested by

no test coverage detected