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

Method IsBlockLocked

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

Source from the content-addressed store, hash-verified

77}
78
79bool ProjectFileIOExtensionRegistry::IsBlockLocked(
80 const AudacityProject& project, int64_t blockId)
81{
82 for (auto& extension : GetExtensions())
83 {
84 if (extension->IsBlockLocked(project, blockId))
85 return true;
86 }
87
88 return false;
89}

Callers

nothing calls this directly

Calls 1

GetExtensionsFunction · 0.85

Tested by

no test coverage detected