MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ImageIsZeroTracksValidForThisType

Function ImageIsZeroTracksValidForThisType

source/DiskImage.cpp:263–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263bool ImageIsZeroTracksValidForThisType(ImageInfo* const pImageInfo)
264{
265 if (!pImageInfo || !pImageInfo->pImageType)
266 return false;
267
268 if (pImageInfo->pImageType->GetType() == eImageAPL || pImageInfo->pImageType->GetType() == eImagePRG)
269 return true;
270
271 return false;
272}
273
274void GetImageTitle(LPCTSTR pPathname, std::string & pImageName, std::string & pFullName)
275{

Callers 1

ReadTrackMethod · 0.85

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected