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

Method CompareLess

src/par2creatorsourcefile.cpp:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291bool Par2CreatorSourceFile::CompareLess(const Par2CreatorSourceFile* const &left, const Par2CreatorSourceFile* const &right)
292{
293 // Sort source files based on fileid
294 return left->descriptionpacket->FileId() < right->descriptionpacket->FileId();
295}
296
297const MD5Hash& Par2CreatorSourceFile::FileId(void) const
298{

Callers

nothing calls this directly

Calls 1

FileIdMethod · 0.80

Tested by

no test coverage detected