MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ResetRecordCache

Method ResetRecordCache

Source/InstrumentRecorder.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void CInstrumentRecorder::ResetRecordCache()
286{
287 for (auto &x : m_pDumpCache)
288 x.reset();
289 m_pDumpInstrument = &m_pDumpCache[0];
290 for (auto i : enum_values<sequence_t>())
291 m_pSequenceCache[i]->Clear();
292}
293
294void CInstrumentRecorder::ReleaseCurrent()
295{

Callers 1

OnRemoveDocumentMethod · 0.80

Calls 2

resetMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected