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

Function OnTrackMenu

src/menus/TrackMenus.cpp:1009–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1007}
1008
1009void OnTrackMenu(const CommandContext &context)
1010{
1011 auto &project = context.project;
1012 auto &trackPanel = TrackPanel::Get( project );
1013
1014 trackPanel.OnTrackMenu();
1015}
1016
1017void OnTrackMute(const CommandContext &context)
1018{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
OnTrackMenuMethod · 0.80

Tested by

no test coverage detected