Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SaveHexUint24
Method
SaveHexUint24
source/YamlHelper.cpp:463–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
void YamlSaveHelper::SaveHexUint24(const char* key, UINT value)
464
{
465
Save(
"%s: 0x%06X\n"
, key, value);
466
}
467
468
void YamlSaveHelper::SaveHexUint32(const char* key, UINT value)
469
{
Callers
1
SaveSnapshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected