MCPcopy Create free account
hub / github.com/audacity/audacity / SetRecordEnabled

Function SetRecordEnabled

libraries/lib-wx-init/Journal.cpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209bool SetRecordEnabled(bool value)
210{
211 auto result = JournalEnabled.Write(value);
212 gPrefs->Flush();
213 return result;
214}
215
216bool IsReplaying()
217{

Callers 1

OnWriteJournalFunction · 0.85

Calls 2

WriteMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected