MCPcopy
hub / github.com/AutoMaker-Org/automaker / setElectronUserDataPath

Function setElectronUserDataPath

libs/platform/src/system-paths.ts:715–717  ·  view source on GitHub ↗
(userDataPath: string)

Source from the content-addressed store, hash-verified

713 * Set the Electron userData path (called from Electron main process)
714 */
715export function setElectronUserDataPath(userDataPath: string): void {
716 electronUserDataPath = userDataPath;
717}
718
719/**
720 * Get the Electron userData path

Callers 1

handleAppReadyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected