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

Function registerIpcHandler

main.js:426–429  ·  view source on GitHub ↗
(channel, handler)

Source from the content-addressed store, hash-verified

424 });
425}
426
427// Helper function to safely get BrowserWindow from event (returns null in server mode)
428function getWindowFromEvent(event) {
429 if (isServerMode) {
430 return null;
431 }
432 try {

Callers 1

main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected