Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
bool SetRecordEnabled(bool value)
210
{
211
auto result = JournalEnabled.Write(value);
212
gPrefs->Flush();
213
return result;
214
}
215
216
bool IsReplaying()
217
{
Callers
1
OnWriteJournal
Function · 0.85
Calls
2
Write
Method · 0.45
Flush
Method · 0.45
Tested by
no test coverage detected