MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / readData

Method readData

source/game/StarNetPacketSocket.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128bool LocalPacketSocket::readData() {
129 return false;
130}
131
132LocalPacketSocket::LocalPacketSocket(shared_ptr<Pipe> incomingPipe, weak_ptr<Pipe> outgoingPipe)
133 : m_incomingPipe(std::move(incomingPipe)), m_outgoingPipe(std::move(outgoingPipe)) {}

Callers 3

receiveMethod · 0.45
receiveAnyMethod · 0.45

Calls 8

decompressMethod · 0.80
outputExceptionFunction · 0.50
receiveMethod · 0.45
mixMethod · 0.45
appendMethod · 0.45
shutdownMethod · 0.45
receiveMessageMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected