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

Method OnSnapToNearest

src/menus/SelectMenus.cpp:688–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688void OnSnapToNearest(const CommandContext &context)
689{
690 auto &project = context.project;
691 ProjectSnap::Get( project ).SetSnapMode(SnapMode::SNAP_NEAREST);
692}
693
694void OnSnapToPrior(const CommandContext &context)
695{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
SetSnapModeMethod · 0.80

Tested by

no test coverage detected