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

Method OnLoad

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

Source from the content-addressed store, hash-verified

40}
41
42void ProjectFileIOExtensionRegistry::OnLoad(AudacityProject& project)
43{
44 for (auto& extension : GetExtensions())
45 extension->OnLoad(project);
46}
47
48OnSaveAction ProjectFileIOExtensionRegistry::OnSave(
49 AudacityProject& project, const ProjectSaveCallback& projectSaveCallback)

Callers

nothing calls this directly

Calls 1

GetExtensionsFunction · 0.85

Tested by

no test coverage detected