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

Function allUsersUser

frontend/src/types/v1/user.ts:41–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39export const ALL_USERS_USER_EMAIL = "allUsers";
40// Pseudo allUsers account.
41export const allUsersUser = (): User => {
42 return create(UserSchema, {
43 name: `users/${ALL_USERS_USER_EMAIL}`,
44 state: State.ACTIVE,
45 title: i18n.t("settings.members.all-users"),
46 email: ALL_USERS_USER_EMAIL,
47 });
48};
49
50export const userBindingPrefix = "user:";
51

Callers 2

createUserSliceFunction · 0.90
isValidUserNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected