Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ __absolute
Function
__absolute
system/lib/libcxx/src/filesystem/operations.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
path __absolute(const path& p, error_code* ec) {
100
path cwd;
101
return __do_absolute(p, &cwd, ec);
102
}
103
104
path __canonical(path const& orig_p, error_code* ec) {
105
path cwd;
Callers
1
absolute
Function · 0.85
Calls
1
__do_absolute
Function · 0.85
Tested by
no test coverage detected