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

Function printRecentServiceLog

scripts/studio-provider-bridge.mjs:246–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244}
245
246function printRecentServiceLog() {
247 const lines = recentServiceLogLines();
248 if (!lines) {
249 return;
250 }
251 console.error("[simdeck-provider-bridge] recent service log:");
252 console.error(lines);
253}
254
255function recentServiceLogLines() {
256 if (!localServiceLog) {

Callers 3

updateLocalAvailabilityFunction · 0.85
restartLocalServiceFunction · 0.85

Calls 2

recentServiceLogLinesFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected