MCPcopy 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
99path __absolute(const path& p, error_code* ec) {
100 path cwd;
101 return __do_absolute(p, &cwd, ec);
102}
103
104path __canonical(path const& orig_p, error_code* ec) {
105 path cwd;

Callers 1

absoluteFunction · 0.85

Calls 1

__do_absoluteFunction · 0.85

Tested by

no test coverage detected