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

Method GetFullAbsThumbnailPath

Source/Internal/modloading.cpp:2206–2208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2204}
2205
2206Path ModInstance::GetFullAbsThumbnailPath() const {
2207 return FindFilePath(AssemblePath(path.c_str(), thumbnail.c_str()).c_str(), kAbsPath, true);
2208}
2209
2210std::string ModInstance::GetValidityErrors() const {
2211 return GenerateValidityErrors(GetValidity(), this);

Callers 1

ASGetModThumbnailImageFunction · 0.80

Calls 3

FindFilePathFunction · 0.85
AssemblePathFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected