MCPcopy Create free account
hub / github.com/anomalyco/opencode / tauriAppId

Function tauriAppId

packages/desktop/src/main/migrate.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 prod: "ai.opencode.desktop",
29}
30function tauriAppId() {
31 return app.isPackaged ? TAURI_APP_IDS[CHANNEL] : "ai.opencode.desktop.dev"
32}
33
34// Migrate a single Tauri .dat file into the corresponding electron-store.
35// `opencode.settings.dat` is special: it maps to the `opencode.settings` store

Callers 1

migrateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected