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

Function setUserData

main.js:73–80  ·  view source on GitHub ↗
(accessToken)

Source from the content-addressed store, hash-verified

71}
72
73function setUserData(accessToken) {
74 fs.writeFileSync(configuration.getPath(), JSON.stringify({
75 accessToken: accessToken,
76 clientId: clientId
77 }), 'utf-8');
78
79 initMainWindow();
80}
81
82function initMainWindow() {
83 let mainWindowState = windowStateKeeper({

Callers 1

authenticateUserFunction · 0.85

Calls 1

initMainWindowFunction · 0.85

Tested by

no test coverage detected