MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / userScopeWhere

Function userScopeWhere

packages/web/src/features/mcp/prismaScope.ts:48–49  ·  view source on GitHub ↗
(user?: UserWithAccounts)

Source from the content-addressed store, hash-verified

46 typeof value === 'object' && value !== null && !Array.isArray(value);
47
48const userScopeWhere = (user?: UserWithAccounts): Prisma.UserMcpServerWhereInput =>
49 user ? { userId: user.id } : anonymousUserScope;
50
51export const scopeUserMcpServerWhere = (
52 where: Prisma.UserMcpServerWhereInput | undefined,

Callers 1

scopeUserMcpServerWhereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected