MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / isOffline

Function isOffline

main.js:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207});
208
209function isOffline () {
210 return cur.server === null;
211}
212
213async function stopServer () {
214 console.log('Killing server…', isOffline());

Callers 3

stopServerFunction · 0.85
onExitFunction · 0.85
main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected