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

Function NoSlotClockSaveSnapshot

source/Memory.cpp:3145–3149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3143}
3144
3145void NoSlotClockSaveSnapshot(YamlSaveHelper& yamlSaveHelper)
3146{
3147 if (g_NoSlotClock)
3148 g_NoSlotClock->SaveSnapshot(yamlSaveHelper);
3149}
3150
3151void NoSlotClockLoadSnapshot(YamlLoadHelper& yamlLoadHelper)
3152{

Callers 1

Snapshot_SaveStateFunction · 0.85

Calls 1

SaveSnapshotMethod · 0.45

Tested by

no test coverage detected