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

Method Save

source/YamlHelper.cpp:423–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421//-------------------------------------
422
423void YamlSaveHelper::Save(const char* format, ...)
424{
425 fwrite(m_szIndent, 1, m_indent, m_hFile);
426
427 va_list vl;
428 va_start(vl, format);
429 vfprintf(m_hFile, format, vl);
430 va_end(vl);
431}
432
433void YamlSaveHelper::SaveInt(const char* key, int value)
434{

Callers 9

Snapshot_SaveStateFunction · 0.80
MemSaveSnapshotAuxFunction · 0.80
SaveSnapshotMethod · 0.80
JoySaveSnapshotFunction · 0.80
SlotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
SaveSnapshotMethod · 0.80
Z80_SaveSnapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected