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

Method GetTaskPollUrl

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

Source from the content-addressed store, hash-verified

444}
445
446std::string ServiceConfig::GetTaskPollUrl() const
447{
448 return Substitute(
449 "{api_url}/audacity/task/pending",
450 {
451 { "api_url", mApiEndpoint },
452 });
453}
454
455std::string ServiceConfig::GetTaskAckUrl(std::string_view taskId) const
456{

Callers 1

PerformPollMethod · 0.80

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected