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

Method OnSeekLeftLong

src/menus/SelectMenus.cpp:901–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void OnSeekLeftLong(const CommandContext &context)
902{
903 auto &project = context.project;
904 SeekLeftOrRight( project, DIRECTION_LEFT, SELECTION_EXTEND, mSeekInfo );
905}
906
907void OnSeekRightLong(const CommandContext &context)
908{

Callers

nothing calls this directly

Calls 1

SeekLeftOrRightFunction · 0.85

Tested by

no test coverage detected