MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getFullPath

Method getFullPath

Source/Basic/Content.cpp:985–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985std::string Content::getFullPath(String filename) {
986 auto fullPath = getFullPathAndPackage(filename).fullPath;
987 return fullPath.empty() ? filename.toString() : fullPath;
988}
989
990std::list<std::string> Content::getFullPathsToTry(String filename) {
991 AssertIf(filename.empty(), "invalid filename for full path.");

Callers 15

initMethod · 0.80
loadMethod · 0.80
loadMethod · 0.80
loadAsyncMethod · 0.80
unloadMethod · 0.80
updateMethod · 0.80
getMethod · 0.80
loadMethod · 0.80
loadAsyncMethod · 0.80
unloadMethod · 0.80
loadMethod · 0.80
loadAsyncMethod · 0.80

Calls 2

toStringMethod · 0.65
emptyMethod · 0.45

Tested by

no test coverage detected