MCPcopy Create free account
hub / github.com/apohl79/audiogridder / ~MemoryFile

Method ~MemoryFile

Common/Source/MemoryFile.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21MemoryFile::MemoryFile(LogTag* tag, const File& file, size_t size) : LogTagDelegate(tag), m_file(file), m_size(size) {}
22
23MemoryFile::~MemoryFile() { close(); }
24
25void MemoryFile::open(bool overwriteIfExists) {
26 if (isOpen()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected