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

Function RecordEnabled

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

Source from the content-addressed store, hash-verified

202}
203
204bool RecordEnabled()
205{
206 return JournalEnabled.Read();
207}
208
209bool SetRecordEnabled(bool value)
210{

Callers 3

BeginFunction · 0.85
OnWriteJournalFunction · 0.85
ToolsMenuFunction · 0.85

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected