MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_real_dir

Function get_real_dir

utility/glob.cpp:251–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251String get_real_dir(const String &path) {
252 if (path.is_absolute_path()) {
253 return path;
254 }
255 return get_real_cwd().path_join(path);
256}
257
258String get_real_base_dir(const String &path) {
259 return get_base_dir(get_real_dir(path));

Callers 3

get_real_base_dirFunction · 0.85
iter_directoryFunction · 0.85
_globMethod · 0.85

Calls 1

get_real_cwdFunction · 0.85

Tested by

no test coverage detected