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

Method FileAllocation

src/par2creator.cpp:468–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466{
467public:
468 FileAllocation(void)
469 : filename("")
470 {
471 exponent = 0;
472 count = 0;
473 }
474
475 std::string filename;
476 u32 exponent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected