MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / createManyUsers

Function createManyUsers

apps/web/services/users/index.ts:14–16  ·  view source on GitHub ↗
(users: Prisma.usersCreateManyArgs)

Source from the content-addressed store, hash-verified

12};
13
14export const createManyUsers = async (users: Prisma.usersCreateManyArgs) => {
15 return await prisma.users.createMany(users);
16};
17
18export async function findUsersByAccountId(
19 accountId: string

Callers 1

saveUsersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected