MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / absolute

Function absolute

src/common/filesystem.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173std::string absolute(const std::string& path) {
174 return fs::absolute(path).string();
175}
176
177bool atomic_write(const std::string &filename, const std::string &data) {
178 fs::path p{filename};

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected