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

Method GetPath

libraries/lib-nyquist-effects/NyquistBase.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120// ComponentInterface implementation
121
122PluginPath NyquistBase::GetPath() const
123{
124 if (mIsPrompt)
125 return NYQUIST_PROMPT_ID;
126
127 return mFileName.GetFullPath();
128}
129
130ComponentInterfaceSymbol NyquistBase::GetSymbol() const
131{

Callers 2

resolveFilePathMethod · 0.45
validatePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected