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

Method MemoryFile

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

Source from the content-addressed store, hash-verified

21class MemoryFile : LogTagDelegate {
22 public:
23 MemoryFile() {}
24 MemoryFile(LogTag* tag, const String& path, size_t size);
25 MemoryFile(LogTag* tag, const File& file, size_t size);
26 MemoryFile(const MemoryFile& other)

Callers

nothing calls this directly

Calls 1

getLogTagSourceMethod · 0.80

Tested by

no test coverage detected