Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MemNixFS/MemNixFS
/ open_file_memory_source
Function
open_file_memory_source
src/io/file_memory_source.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
} // anonymous
59
60
std::unique_ptr<MemorySource> open_file_memory_source(const std::filesystem::path& p) {
61
return std::make_unique<FileMemorySource>(p);
62
}
63
64
} // namespace lmpfs
Callers
1
open_best_memory_source
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected