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

Method OnSelToStart

src/menus/SelectMenus.cpp:700–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void OnSelToStart(const CommandContext &context)
701{
702 auto &project = context.project;
703 auto &viewport = Viewport::Get(project);
704 viewport.ScrollToStart(true);
705 ProjectHistory::Get( project ).ModifyState(false);
706}
707
708void OnSelToEnd(const CommandContext &context)
709{

Callers

nothing calls this directly

Calls 3

GetFunction · 0.85
ScrollToStartMethod · 0.80
ModifyStateMethod · 0.45

Tested by

no test coverage detected