MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / AddHandle

Method AddHandle

Modules/LiveClient/LiveWorker.cpp:424–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422 }
423
424 bool CLiveWorker::AddHandle(ILiveHandle* h, HandleType t, int c)
425 {
426 live_event_add_handle(m_pEventLoop, h, t, c);
427 return true;
428 }
429
430 bool CLiveWorker::AddHandleAsync(ILiveHandle* h, HandleType t, int c)
431 {

Callers 4

AddHandleAsyncMethod · 0.45
CHttpWorkerMethod · 0.45
CHlsWorkerMethod · 0.45
CRtspWorkerMethod · 0.45

Calls 1

live_event_add_handleFunction · 0.85

Tested by

no test coverage detected