MCPcopy Create free account
hub / github.com/78/tenbox / AbsolutePath

Function AbsolutePath

src/cli/main.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51std::string AbsolutePath(const std::string& path) {
52 return std::filesystem::absolute(path).lexically_normal().string();
53}
54
55} // namespace
56

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected