Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Output
Function
Output
libraries/lib-wx-init/JournalOutput.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void Output( const wxString &string )
46
{
47
if ( IsRecording() )
48
sFileOut.AddLine( string );
49
}
50
51
void Output( const wxArrayString &strings )
52
{
Callers
7
Begin
Function · 0.85
Sync
Function · 0.85
IfNotPlaying
Function · 0.85
FilterEvent
Method · 0.85
ExecuteCommand
Method · 0.85
FilterEvent
Method · 0.85
Popup
Method · 0.85
Calls
2
IsRecording
Function · 0.85
wxArrayStringEx
Class · 0.70
Tested by
no test coverage detected