MCPcopy
hub / github.com/CodebuffAI/codebuff / isCodebuffAdmin

Function isCodebuffAdmin

packages/internal/src/utils/auth.ts:17–19  ·  view source on GitHub ↗
(email: string)

Source from the content-addressed store, hash-verified

15 * Check if an email corresponds to a Codebuff admin
16 */
17export function isCodebuffAdmin(email: string): boolean {
18 return CODEBUFF_ADMIN_USER_EMAILS.includes(email)
19}
20
21export interface AdminUser {
22 id: string

Callers 1

checkUserIsCodebuffAdminFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected