MCPcopy Create free account
hub / github.com/amule-project/amule / GetRemLength

Method GetRemLength

src/libs/ec/cpp/ECSocket.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248
249size_t CQueuedData::GetRemLength() const
250{
251 return m_data.size() - GetDataLength();
252}
253
254
255size_t CQueuedData::GetUnreadDataLength() const

Callers 1

WriteBufferToSocketMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected