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

Function GetPathWithoutRoot

Goldleaf/include/fs/fs_Common.hpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 inline std::string GetPathWithoutRoot(const std::string &path) {
88 return path.substr(path.find_first_of(":") + 1);
89 }
90
91 u64 GetTotalSpaceForPartition(const Partition partition);
92 u64 GetFreeSpaceForPartition(const Partition partition);

Callers 1

GetRemotePCExplorerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected