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

Function keyForTab

frontend/src/store/modules/sqlEditor/legacy/migration.ts:77–79  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

75 };
76
77 const keyForTab = (id: string) => {
78 return `tab.${id}`;
79 };
80
81 const loadStoredTab = async (id: string) => {
82 const stored = getStorage().load<PersistentTab | undefined>(

Callers 1

loadStoredTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected