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

Method OnSnapToPrior

src/menus/SelectMenus.cpp:694–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694void OnSnapToPrior(const CommandContext &context)
695{
696 auto &project = context.project;
697 ProjectSnap::Get(project).SetSnapMode(SnapMode::SNAP_PRIOR);
698}
699
700void OnSelToStart(const CommandContext &context)
701{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
SetSnapModeMethod · 0.80

Tested by

no test coverage detected