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

Function completeRpc

scripts/studio-host-provider.mjs:413–420  ·  view source on GitHub ↗
(config, requestId, body)

Source from the content-addressed store, hash-verified

411}
412
413async function completeRpc(config, requestId, body) {
414 return studioJson(config, "/api/actions/provider-hosts/rpc/complete", {
415 ...body,
416 hostId: config.hostId,
417 hostToken: config.hostToken,
418 requestId,
419 });
420}
421
422async function localProviderMetadata(config) {
423 const [health, simulators] = await Promise.all([

Callers 1

handleRpcFunction · 0.85

Calls 1

studioJsonFunction · 0.85

Tested by

no test coverage detected