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

Function localProviderFailureReason

scripts/studio-provider-bridge.mjs:407–411  ·  view source on GitHub ↗
(healthError, simulatorError)

Source from the content-addressed store, hash-verified

405}
406
407function localProviderFailureReason(healthError, simulatorError) {
408 const healthMessage = describeError(healthError);
409 const simulatorMessage = describeError(simulatorError);
410 return [healthMessage, simulatorMessage].filter(Boolean).join("; ");
411}
412
413function describeError(error) {
414 if (!error) {

Callers 1

localProviderMetadataFunction · 0.85

Calls 1

describeErrorFunction · 0.70

Tested by

no test coverage detected