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

Method Extension

libraries/lib-project-file-io/ProjectFileIOExtension.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24ProjectFileIOExtension::~ProjectFileIOExtension() = default;
25
26ProjectFileIOExtensionRegistry::Extension::Extension(
27 ProjectFileIOExtension& extension)
28{
29 GetExtensions().push_back(&extension);
30}
31
32OnOpenAction ProjectFileIOExtensionRegistry::OnOpen(
33 AudacityProject& project, const std::string& path)

Callers

nothing calls this directly

Calls 2

GetExtensionsFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected