MCPcopy Create free account
hub / github.com/code3-dev/dengvpn / main.js

File main.js

main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { app, BrowserWindow, Menu, dialog, shell, ipcMain, nativeTheme } = require('electron');
2const path = require('path');
3const fs = require('fs');
4const { spawn, exec, spawnSync } = require('child_process');

Callers

nothing calls this directly

Calls 12

getResourcePathFunction · 0.85
createSplashFunction · 0.85
ensureCoreFilesFunction · 0.85
downloadCoreFilesFunction · 0.85
selectCoreDirectoryFunction · 0.85
fetchConfigsFunction · 0.85
createWindowFunction · 0.85
switchServerFunction · 0.85
startV2rayFunction · 0.85
stopV2rayFunction · 0.85
sendConnectionStatsFunction · 0.85
disableSystemProxyFunction · 0.85

Tested by

no test coverage detected