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

Function isUncPath

main.js:432–439  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

430 isDev = electronIsDev;
431} catch (error) {
432 // If electron-is-dev is not available, determine dev mode through other means
433 isDev = process.env.NODE_ENV === 'development' || /[\\/]electron/i.test(process.execPath);
434}
435
436const DEBUG = false; // Set to true for development/debugging
437const PING_INTERVAL = 30000; // 30 seconds
438
439function debugLog(...args) {
440 if (DEBUG) {
441 console.log(...args);
442 }

Callers 2

validateUncPathFunction · 0.85
startHttpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected