MCPcopy 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
60wxString VersionId::GetString() const
61{
62 return MakeString(mVersion, mRelease, mRevision, mPatch);
63}
64
65bool VersionId::operator== (const VersionId& other)
66{

Callers 4

GetStringFunction · 0.45
AddHtmlContentMethod · 0.45
SendOptOutRequestMethod · 0.45
ShowNotificationsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected