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

Function storageKeyRecentVisit

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

Source from the content-addressed store, hash-verified

46// --- User-scoped (cleaned on logout) ---
47// Workspace-scoped: holds route paths / project names that are workspace-local.
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) =>

Callers 4

index.test.tsFile · 0.90
createPreferencesSliceFunction · 0.90
readLastVisitFunction · 0.90
useRecentVisitFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected