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

Method OnSnapToOff

src/menus/SelectMenus.cpp:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682void OnSnapToOff(const CommandContext &context)
683{
684 auto &project = context.project;
685 ProjectSnap::Get(project).SetSnapMode(SnapMode::SNAP_OFF);
686}
687
688void OnSnapToNearest(const CommandContext &context)
689{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
SetSnapModeMethod · 0.80

Tested by

no test coverage detected