Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsValid
Method
IsValid
libraries/lib-module-manager/PluginIPCUtils.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
bool PluginValidationResult::IsValid() const noexcept
88
{
89
return !mHasError && !mDescriptors.empty();
90
}
91
92
bool PluginValidationResult::HasError() const noexcept
93
{
Callers
3
HandleResult
Method · 0.45
SaveGroup
Method · 0.45
Advance
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected