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

Function saveStateToStorage

pack/electron/win-state.js:93–95  ·  view source on GitHub ↗
(winState)

Source from the content-addressed store, hash-verified

91 },
92
93 saveStateToStorage(winState) {
94 fs.writeFile(this.getStateFile(), JSON.stringify(winState), (err) => {});
95 },
96
97 getStateFile() {
98 const userPath = app.getPath('userData');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected