MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / reset

Method reset

jalib/jsocket.cpp:375–380  ·  view source on GitHub ↗

! \fn jalib::JChunkReader::reset() */

Source from the content-addressed store, hash-verified

373 \fn jalib::JChunkReader::reset()
374 */
375void
376jalib::JChunkReader::reset()
377{
378 memset(_buffer, 0, _length);
379 _read = 0;
380}
381
382/*!
383 \fn jalib::JChunkReader::readAll()

Callers 1

monitorSocketsMethod · 0.45

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected