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

Method GetTaskResultUrl

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

Source from the content-addressed store, hash-verified

463}
464
465std::string ServiceConfig::GetTaskResultUrl(std::string_view taskId) const
466{
467 return Substitute(
468 "{api_url}/audacity/task/result?id={task_id}",
469 {
470 { "api_url", mApiEndpoint },
471 { "task_id", taskId }
472 });
473}
474
475const ServiceConfig& GetServiceConfig()
476{

Callers 1

SendResultMethod · 0.80

Calls 1

SubstituteFunction · 0.85

Tested by

no test coverage detected