MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetPath

Method GetPath

Goldleaf/include/fs/fs_PFS0.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 std::string GetFile(const u32 idx);
80
81 inline std::string GetPath() {
82 return this->path;
83 }
84
85 u64 ReadFromFile(const u32 idx, const u64 offset, const u64 size, void *read_buf);
86 std::vector<std::string> GetFiles();

Callers 1

WriteContentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected