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

Function markProviderFailed

scripts/studio-provider-bridge.mjs:355–360  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

353}
354
355async function markProviderFailed(reason) {
356 if (reason) {
357 console.error(`[simdeck-provider-bridge] ${reason}`);
358 }
359 await markProviderStatus("failed");
360}
361
362async function markProviderStatus(status) {
363 try {

Callers 1

registerProviderFunction · 0.85

Calls 2

markProviderStatusFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected