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

Method MemoryFile

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

Source from the content-addressed store, hash-verified

16namespace e47 {
17
18MemoryFile::MemoryFile(LogTag* tag, const String& path, size_t size)
19 : LogTagDelegate(tag), m_file(path), m_size(size) {}
20
21MemoryFile::MemoryFile(LogTag* tag, const File& file, size_t size) : LogTagDelegate(tag), m_file(file), m_size(size) {}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected