MCPcopy
hub / github.com/qishibo/AnotherRedisDesktopManager / getStateFile

Function getStateFile

pack/electron/win-state.js:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 },
96
97 getStateFile() {
98 const userPath = app.getPath('userData');
99 const fileName = 'ardm-win-state.json';
100
101 return path.join(userPath, fileName);
102 },
103
104 parseJson(str) {
105 let json = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected