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

Function getStorage

frontend/src/store/modules/sqlEditor/legacy/migration.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 );
72
73 const getStorage = () => {
74 return new WebStorageHelper(keyNamespace);
75 };
76
77 const keyForTab = (id: string) => {
78 return `tab.${id}`;

Callers 1

loadStoredTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected