Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
std::string absolute(const std::string& path) {
174
return fs::absolute(path).string();
175
}
176
177
bool atomic_write(const std::string &filename, const std::string &data) {
178
fs::path p{filename};
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected