MCPcopy Create free account
hub / github.com/chen3feng/toft / FileSystem

Method FileSystem

storage/file/file.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15// FileSystem
16
17FileSystem::FileSystem() {}
18FileSystem::~FileSystem() {}
19
20bool FileSystem::ReadAll(const std::string& file_path, std::string* buffer,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected