MCPcopy Create free account
hub / github.com/audacity/audacity / OnMultiTool

Function OnMultiTool

src/toolbars/ToolsToolBar.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void OnMultiTool(const CommandContext &context)
331{
332 SetTool(context.project, ToolCodes::multiTool);
333}
334
335void OnPrevTool(const CommandContext &context)
336{

Callers

nothing calls this directly

Calls 1

SetToolFunction · 0.85

Tested by

no test coverage detected