Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ SaveHexUint64
Method
SaveHexUint64
source/YamlHelper.cpp:473–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
void YamlSaveHelper::SaveHexUint64(const char* key, UINT64 value)
474
{
475
Save(
"%s: 0x%016llX\n"
, key, value);
476
}
477
478
void YamlSaveHelper::SaveBool(const char* key, bool value)
479
{
Callers
8
SaveSnapshot
Method · 0.80
SaveSnapshotDriveUnit
Method · 0.80
SaveSnapshot
Method · 0.80
CpuSaveSnapshot
Function · 0.80
SaveSnapshot
Method · 0.80
SpkrSaveSnapshot
Function · 0.80
JoySaveSnapshot
Function · 0.80
SaveSnapshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected