MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SaveInt

Method SaveInt

source/YamlHelper.cpp:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void YamlSaveHelper::SaveInt(const char* key, int value)
434{
435 Save("%s: %d\n", key, value);
436}
437
438void YamlSaveHelper::SaveUint(const char* key, UINT value)
439{

Callers 2

SaveSnapshotMethod · 0.80
JoySaveSnapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected