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

Method SaveBool

source/YamlHelper.cpp:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void YamlSaveHelper::SaveBool(const char* key, bool value)
479{
480 Save("%s: %s\n", key, value ? "true" : "false");
481}
482
483void YamlSaveHelper::SaveString(const char* key, const char* value)
484{

Callers 15

SC01_SaveSnapshotMethod · 0.80
RGB_SaveSnapshotFunction · 0.80
MemSaveSnapshotFunction · 0.80
VideoSaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotFloppyMethod · 0.80
SaveSnapshotDriveUnitMethod · 0.80
SaveSnapshotMethod · 0.80
CpuSaveSnapshotFunction · 0.80
SaveSnapshotDIPSWMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected