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

Method Join

src/BatchCommands.cpp:915–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915wxString MacroCommands::Join(const wxString & command, const wxString & param)
916{
917 return command + wxT(": ") + param;
918}

Callers 12

GetMP3VersionFunction · 0.45
MacroCommandsCatalogMethod · 0.45
UpdateStatusMessageMethod · 0.45
UpdateControlMethod · 0.45
ProcessTailMethod · 0.45
PreviewMethod · 0.45
UpdateStatusMethod · 0.45
ShowModalMethod · 0.45
OnJoinLabelsFunction · 0.45
OnJoinFunction · 0.45
mergeSelectedOnTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected