MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / completeJob

Function completeJob

scripts/studio-host-provider.mjs:404–411  ·  view source on GitHub ↗
(config, jobId, body)

Source from the content-addressed store, hash-verified

402}
403
404async function completeJob(config, jobId, body) {
405 return studioJson(config, "/api/actions/provider-hosts/jobs/complete", {
406 ...body,
407 hostId: config.hostId,
408 hostToken: config.hostToken,
409 jobId,
410 });
411}
412
413async function completeRpc(config, requestId, body) {
414 return studioJson(config, "/api/actions/provider-hosts/rpc/complete", {

Callers 3

handleJobFunction · 0.85
allocateSessionFunction · 0.85
releaseSessionFunction · 0.85

Calls 1

studioJsonFunction · 0.85

Tested by

no test coverage detected