Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Comment
Function
Comment
libraries/lib-wx-init/JournalOutput.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void Comment( const wxString &string )
63
{
64
if ( IsRecording() )
65
sFileOut.AddLine( CommentCharacter + string );
66
}
67
68
}
Callers
1
Begin
Function · 0.85
Calls
1
IsRecording
Function · 0.85
Tested by
no test coverage detected