MCPcopy Create free account
hub / github.com/cginternals/globjects / File

Method File

source/globjects/source/base/File.cpp:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15File::File(const std::string & filePath, bool binary)
16: m_filePath(filePath)
17, m_binary(binary)
18, m_valid(false)
19{
20 FileRegistry::registerFile(this);
21}
22
23File::~File()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected