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

Function GetExtensions

libraries/lib-project-history/UndoManager.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 UndoState::Extensions GetExtensions(AudacityProject &project)
50 {
51 UndoState::Extensions result;
52 for (auto &saver : GetSavers())
53 if (saver)
54 result.emplace_back(saver(project));
55 return result;
56 }
57}
58
59UndoRedoExtensionRegistry::Entry::Entry(const Saver &saver)

Callers 9

ExtensionMethod · 0.85
OnOpenMethod · 0.85
OnLoadMethod · 0.85
OnSaveMethod · 0.85
OnCloseMethod · 0.85
OnUpdateSavedMethod · 0.85
IsBlockLockedMethod · 0.85
ModifyStateMethod · 0.85
PushStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected