MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetAbsPathStr

Method GetAbsPathStr

Source/Internal/path.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44string Path::GetAbsPathStr() const {
45 return GetAbsPath(resolved);
46}
47
48string Path::GetFullPathStr() const {
49 return string(resolved);

Callers 6

LoadMethod · 0.80
LoadMethod · 0.80
RequestUploadMethod · 0.80
ASFactoryPathMethod · 0.80
ASGetCurrLevelAbsPathFunction · 0.80
IsFileFunction · 0.80

Calls 1

GetAbsPathFunction · 0.50

Tested by

no test coverage detected