MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / init

Method init

Sources/Dependencies/ixwebsocket/IXSocket.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 bool Socket::init(std::string& errorMsg)
303 {
304 return _selectInterrupt->init(errorMsg);
305 }
306
307 bool Socket::writeBytes(const std::string& str,
308 const CancellationRequest& isCancellationRequested)

Callers 4

clientHandshakeMethod · 0.45
serverHandshakeMethod · 0.45
createSocketFunction · 0.45
listenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected