Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Parchive/par2cmdline
/ GetTargetFile
Method
GetTargetFile
src/par2repairersourcefile.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
DiskFile* Par2RepairerSourceFile::GetTargetFile(void) const
92
{
93
return targetfile;
94
}
95
96
void Par2RepairerSourceFile::SetTargetExists(bool exists)
97
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected