Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ Update
Method
Update
src/commands/wxCommandTargets.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
StatusBarTarget::~StatusBarTarget() = default;
194
195
void StatusBarTarget::Update(const wxString &message)
196
{
197
mStatus.SetStatusText(message, 0);
198
}
Callers
nothing calls this directly
Calls
1
SetStatusText
Method · 0.80
Tested by
no test coverage detected