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

Method Visit

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

Source from the content-addressed store, hash-verified

108}
109
110void SnapFunctionsRegistry::Visit(const SnapRegistryVisitor& visitor)
111{
112 static Registry::OrderingPreferenceInitializer init {
113 PathStart,
114 { { L"", L"beats,triplets,time,video,cd" } },
115 };
116
117 Registry::GroupItem<SnapRegistryTraits> top { PathStart };
118 Registry::VisitWithFunctions(visitor, &top, &Registry());
119}
120
121const SnapRegistryItem* SnapFunctionsRegistry::Find(const Identifier& id)
122{

Callers

nothing calls this directly

Calls 2

VisitWithFunctionsFunction · 0.85
RegistryClass · 0.85

Tested by

no test coverage detected