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

Method SingleStep

libraries/lib-snapping/SnapUtils.cpp:158–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158SnapResult SnapFunctionsRegistry::SingleStep(
159 const Identifier& id, const AudacityProject& project, double time,
160 bool upwards)
161{
162 auto item = Find(id);
163
164 if (item == nullptr)
165 return SnapResult { time, false };
166
167 return item->SingleStep(project, time, upwards);
168}
169
170SnapRegistryGroup::~SnapRegistryGroup()
171{

Callers 1

GridMoveFunction · 0.45

Calls 1

FindFunction · 0.85

Tested by

no test coverage detected