Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ ImageGetImageSize
Function
ImageGetImageSize
source/DiskImage.cpp:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
UINT ImageGetImageSize(ImageInfo* const pImageInfo)
222
{
223
return pImageInfo ? pImageInfo->uImageSize : 0;
224
}
225
226
bool ImageIsWOZ(ImageInfo* const pImageInfo)
227
{
Callers
1
CmdExecute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected