Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmtcp/dmtcp
/ isDone
Method
isDone
jalib/jsocket.cpp:339–343 ·
view source on GitHub ↗
! \fn jalib::JChunkWriter::isDone() */
Source
from the content-addressed store, hash-verified
337
\fn jalib::JChunkWriter::isDone()
338
*/
339
bool
340
jalib::JChunkWriter::isDone()
341
{
342
return _length <= _sent;
343
}
344
345
/*!
346
\fn jalib::JChunkWriter::writeOnce()
Callers
1
monitorSockets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected