MCPcopy 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
473void YamlSaveHelper::SaveHexUint64(const char* key, UINT64 value)
474{
475 Save("%s: 0x%016llX\n", key, value);
476}
477
478void YamlSaveHelper::SaveBool(const char* key, bool value)
479{

Callers 8

SaveSnapshotMethod · 0.80
SaveSnapshotDriveUnitMethod · 0.80
SaveSnapshotMethod · 0.80
CpuSaveSnapshotFunction · 0.80
SaveSnapshotMethod · 0.80
SpkrSaveSnapshotFunction · 0.80
JoySaveSnapshotFunction · 0.80
SaveSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected