MCPcopy Index your code
hub / github.com/bytebase/bytebase / storageKeyRecentProjects

Function storageKeyRecentProjects

frontend/src/utils/storage-keys.ts:50–51  ·  view source on GitHub ↗
(scope: string, email: string)

Source from the content-addressed store, hash-verified

48export const storageKeyRecentVisit = (scope: string, email: string) =>
49 withScope("bb.recent-visit", scope, email);
50export const storageKeyRecentProjects = (scope: string, email: string) =>
51 withScope("bb.recent-projects", scope, email);
52export const storageKeyQuickAccess = (email: string) =>
53 `bb.quick-access.${email}`;
54export const storageKeyLastActivity = (email: string) =>

Callers 3

index.test.tsFile · 0.90
createPreferencesSliceFunction · 0.90
readRecentProjectNamesFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected