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

Method GetProjectsPagePath

libraries/lib-cloud-audiocom/ServiceConfig.cpp:434–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434std::string ServiceConfig::GetProjectsPagePath(
435 std::string_view userSlug, AudiocomTrace trace) const
436{
437 return Substitute(
438 "/{user_slug}/projects?" MTM_CAMPAIGN,
439 {
440 { "user_slug", userSlug },
441 { "version_number", audacity::ToUTF8(AUDACITY_VERSION_STRING) },
442 { "button_name", GetButtonName(trace) },
443 });
444}
445
446std::string ServiceConfig::GetTaskPollUrl() const
447{

Callers 1

OnCloudStatusChangedMethod · 0.80

Calls 3

SubstituteFunction · 0.85
ToUTF8Function · 0.85
GetButtonNameFunction · 0.85

Tested by

no test coverage detected