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

Method OnSkipStart

src/menus/SelectMenus.cpp:831–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void OnSkipStart(const CommandContext &context)
832{
833 auto &project = context.project;
834 wxCommandEvent evt;
835
836 auto &controlToolBar = ControlToolBar::Get( project );
837 controlToolBar.OnRewind(evt);
838 ProjectHistory::Get( project ).ModifyState(false);
839}
840
841void OnSkipEnd(const CommandContext &context)
842{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
OnRewindMethod · 0.80
ModifyStateMethod · 0.45

Tested by

no test coverage detected