Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetString
Method
GetString
src/update/VersionId.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
wxString VersionId::GetString() const
61
{
62
return MakeString(mVersion, mRelease, mRevision, mPatch);
63
}
64
65
bool VersionId::operator== (const VersionId& other)
66
{
Callers
4
GetString
Function · 0.45
AddHtmlContent
Method · 0.45
SendOptOutRequest
Method · 0.45
ShowNotifications
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected