MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / ~FileMemorySource

Method ~FileMemorySource

src/io/file_memory_source.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 log::debug("Opened dump source '{}' ({} bytes)", name_, size_);
31 }
32 ~FileMemorySource() override { if (fp_) std::fclose(fp_); }
33
34 u64 size() const override { return size_; }
35 const std::string& name() const override { return name_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected