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

Function storageKeyIamRemind

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

Source from the content-addressed store, hash-verified

59 `bb.intro-state.${email}`;
60// Workspace-scoped: value keys embed project resource names.
61export const storageKeyIamRemind = (scope: string, email: string) =>
62 withScope("bb.iam-remind", scope, email);
63export const storageKeyResetPassword = (email: string) =>
64 `bb.reset-password.${email}`;
65export const storageKeyContextMenu = (key: string) => `bb.context-menu.${key}`;

Callers 1

IAMRemindDialogFunction · 0.90

Calls 1

withScopeFunction · 0.85

Tested by

no test coverage detected