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