MCPcopy Create free account
hub / github.com/bytebase/bytebase / migrateStaticKeys

Function migrateStaticKeys

frontend/src/utils/storage-migrate.ts:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function migrateStaticKeys() {
70 for (const [oldKey, newKey] of STATIC_KEY_RENAMES) {
71 moveKey(oldKey, newKey);
72 }
73}
74
75function migratePrefixKeys() {
76 for (const [oldPrefix, newPrefix] of PREFIX_RENAMES) {

Callers 1

migrateStorageKeysFunction · 0.85

Calls 1

moveKeyFunction · 0.85

Tested by

no test coverage detected