Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetFullName
Method
GetFullName
src/export/ExportFilePanel.cpp:324–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
wxString ExportFilePanel::GetFullName()
325
{
326
ValidateAndFixExt();
327
return mFullName->GetValue();
328
}
329
330
const ExportPlugin* ExportFilePanel::GetPlugin() const
331
{
Callers
15
SetFileExtension
Method · 0.80
Create
Method · 0.80
SetFileExtension
Method · 0.80
IsGoodPathName
Method · 0.80
resolveFilePath
Method · 0.80
validatePath
Method · 0.80
FindFilesInPathList
Method · 0.80
DropFile
Method · 0.80
OpenFile
Method · 0.80
GetUploadRequestPayload
Function · 0.80
MakeNameUnique
Method · 0.80
FindFilesInPathList
Method · 0.80
Calls
1
GetValue
Method · 0.45
Tested by
no test coverage detected