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

Method SetCompleteFile

src/par2repairersourcefile.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void Par2RepairerSourceFile::SetCompleteFile(DiskFile *diskfile)
107{
108 completefile = diskfile;
109}
110
111DiskFile* Par2RepairerSourceFile::GetCompleteFile(void) const
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected