MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / destroyFileReaderWriter

Method destroyFileReaderWriter

src/utils/Utils.cpp:33–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Utils::destroyFileReaderWriter()
34{
35 delete fileReader;
36 fileReader = nullptr;
37
38 delete fileWriter;
39 fileWriter = nullptr;
40}
41
42void ::Utils::forEachFile(const std::string& directory, std::function<void(const std::string&, const std::string&, const std::string&)> fn, bool recursive)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected