Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ OnDrawTool
Function
OnDrawTool
src/toolbars/ToolsToolBar.cpp:325–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
323
}
324
325
void OnDrawTool(const CommandContext &context)
326
{
327
SetTool(context.project, ToolCodes::drawTool);
328
}
329
330
void OnMultiTool(const CommandContext &context)
331
{
Callers
nothing calls this directly
Calls
1
SetTool
Function · 0.85
Tested by
no test coverage detected