Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ ImageIsMultiFileZip
Function
ImageIsMultiFileZip
source/DiskImage.cpp:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
bool ImageIsMultiFileZip(ImageInfo* const pImageInfo)
211
{
212
return pImageInfo ? (pImageInfo->uNumValidImagesInZip > 1) : false;
213
}
214
215
const std::string & ImageGetPathname(ImageInfo* const pImageInfo)
216
{
Callers
1
InsertDisk
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected