Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SaveHexUint12
Method
SaveHexUint12
source/YamlHelper.cpp:453–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
void YamlSaveHelper::SaveHexUint12(const char* key, UINT value)
454
{
455
Save(
"%s: 0x%03X\n"
, key, value);
456
}
457
458
void YamlSaveHelper::SaveHexUint16(const char* key, UINT value)
459
{
Callers
1
SaveSnapshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected