MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / setSocketClient

Method setSocketClient

src/StreamClient.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void StreamClient::setSocketClient(SocketClient &socket) {
95 base::MutexLock lock(_mutex);
96 _socketClient = &socket;
97}
98
99SocketAttr &StreamClient::getRtpSocketAttr() {
100 return _rtp;

Callers 1

findClientIDForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected