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

Method SetTargetFile

src/par2repairersourcefile.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Par2RepairerSourceFile::SetTargetFile(DiskFile *diskfile)
87{
88 targetfile = diskfile;
89}
90
91DiskFile* Par2RepairerSourceFile::GetTargetFile(void) const
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected