MCPcopy 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
87bool PluginValidationResult::IsValid() const noexcept
88{
89 return !mHasError && !mDescriptors.empty();
90}
91
92bool PluginValidationResult::HasError() const noexcept
93{

Callers 3

HandleResultMethod · 0.45
SaveGroupMethod · 0.45
AdvanceMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected