MCPcopy 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
62void Comment( const wxString &string )
63{
64 if ( IsRecording() )
65 sFileOut.AddLine( CommentCharacter + string );
66}
67
68}

Callers 1

BeginFunction · 0.85

Calls 1

IsRecordingFunction · 0.85

Tested by

no test coverage detected