MCPcopy Create free account
hub / github.com/Parchive/par2cmdline / RecordCriticalPackets

Method RecordCriticalPackets

src/par2creatorsourcefile.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282
283void Par2CreatorSourceFile::RecordCriticalPackets(std::list<CriticalPacket*> &criticalpackets)
284{
285 // Add the file description packet and file verification packet to
286 // the critical packet list.
287 criticalpackets.push_back(descriptionpacket);
288 criticalpackets.push_back(verificationpacket);
289}
290
291bool Par2CreatorSourceFile::CompareLess(const Par2CreatorSourceFile* const &left, const Par2CreatorSourceFile* const &right)
292{

Callers 1

OpenSourceFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected