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

Method OnUpdateSaved

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

Source from the content-addressed store, hash-verified

70}
71
72void ProjectFileIOExtensionRegistry::OnUpdateSaved(
73 AudacityProject& project, const ProjectSerializer& serializer)
74{
75 for (auto& extension : GetExtensions())
76 extension->OnUpdateSaved(project, serializer);
77}
78
79bool ProjectFileIOExtensionRegistry::IsBlockLocked(
80 const AudacityProject& project, int64_t blockId)

Callers

nothing calls this directly

Calls 1

GetExtensionsFunction · 0.85

Tested by

no test coverage detected