MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / cleanup

Function cleanup

server-bridge.js:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 };
104
105 function resetConnectionReady() {
106 connectionReady = new Promise(function(resolve) {
107 connectionReadyResolve = resolve;
108 });
109 }
110
111 function markConnected(socket) {
112 console.log('WebSocket connected to Printventory server');

Callers 1

showBrowserMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected