MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / exportDiagnostics

Function exportDiagnostics

apps/desktop/src/preload/index.ts:65–67  ·  view source on GitHub ↗

* Pack logs + crash dumps + a redacted manifest into a zip in Downloads * and reveal it in the file manager. Returns the zip path.

()

Source from the content-addressed store, hash-verified

63 * and reveal it in the file manager. Returns the zip path.
64 */
65 exportDiagnostics(): Promise<string> {
66 return ipcRenderer.invoke("executor:diagnostics:export");
67 },
68 /**
69 * Run an interactive update check (menu-flow semantics: native dialogs
70 * for "update ready", "no updates", and failures). Used by the crash

Callers 1

SettingsPageFunction · 0.50

Calls 1

invokeMethod · 0.80

Tested by

no test coverage detected