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

Method GetTaskAckUrl

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

Source from the content-addressed store, hash-verified

453}
454
455std::string ServiceConfig::GetTaskAckUrl(std::string_view taskId) const
456{
457 return Substitute(
458 "{api_url}/audacity/task/ack?id={task_id}",
459 {
460 { "api_url", mApiEndpoint },
461 { "task_id", taskId }
462 });
463}
464
465std::string ServiceConfig::GetTaskResultUrl(std::string_view taskId) const
466{

Callers 1

AcknowledgeTaskMethod · 0.80

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected