| 692 | } |
| 693 | |
| 694 | void OnSnapToPrior(const CommandContext &context) |
| 695 | { |
| 696 | auto &project = context.project; |
| 697 | ProjectSnap::Get(project).SetSnapMode(SnapMode::SNAP_PRIOR); |
| 698 | } |
| 699 | |
| 700 | void OnSelToStart(const CommandContext &context) |
| 701 | { |
nothing calls this directly
no test coverage detected