MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / migrateConfig

Function migrateConfig

apps/desktop/src/main/app-config.ts:497–499  ·  view source on GitHub ↗

Forward-migrate an older config layout. No migrations needed yet (v1).

(_version: number, portable: AppConfigPortable)

Source from the content-addressed store, hash-verified

495
496/** Forward-migrate an older config layout. No migrations needed yet (v1). */
497function migrateConfig(_version: number, portable: AppConfigPortable): AppConfigPortable {
498 return portable
499}
500
501// ---------------------------------------------------------------------------
502// Cache + persistence + watching

Callers 1

deserializeConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected