MCPcopy Index your code
hub / github.com/Soundnode/soundnode-app / checkUserConfig

Function checkUserConfig

main.js:26–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24});
25
26function checkUserConfig() {
27 const containsConfig = configuration.containsConfig();
28
29 if (containsConfig) {
30 initMainWindow();
31 } else {
32 authenticateUser();
33 }
34}
35
36/**
37 * User config file doesn't exists

Callers 1

main.jsFile · 0.85

Calls 2

initMainWindowFunction · 0.85
authenticateUserFunction · 0.85

Tested by

no test coverage detected