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

Method IsSameAs

libraries/lib-components/EffectInterface.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool SimpleEffectSettingsAccess::IsSameAs(
45 const EffectSettingsAccess &other) const
46{
47 if (auto pOther =
48 dynamic_cast<const SimpleEffectSettingsAccess*>(&other))
49 return &this->mSettings == &pOther->mSettings;
50 return false;
51}
52
53Identifier EffectDefinitionInterface::GetSquashedName(const Identifier &ident)
54{

Callers 9

ImportMethod · 0.45
ParseMethod · 0.45
IsSameFunction · 0.45
ReadAsBoolMethod · 0.45
WriteToAsStringMethod · 0.45
FindFormatMethod · 0.45
ImportMethod · 0.45
LoadProjectMethod · 0.45
FindMethod · 0.45

Calls

no outgoing calls

Tested by 1

IsSameFunction · 0.36