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

Function ImageGetNumTracks

source/DiskImage.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203//===========================================================================
204
205UINT ImageGetNumTracks(ImageInfo* const pImageInfo)
206{
207 return pImageInfo ? pImageInfo->uNumTracks : 0;
208}
209
210bool ImageIsMultiFileZip(ImageInfo* const pImageInfo)
211{

Callers 3

ImagePhaseToTrackFunction · 0.85
ReadTrackMethod · 0.85
WriteTrackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected