MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / createGroup

Function createGroup

packages/db/src/services/group.service.ts:183–186  ·  view source on GitHub ↗
(input: IServiceUpsertGroup)

Source from the content-addressed store, hash-verified

181}
182
183export async function createGroup(input: IServiceUpsertGroup) {
184 await upsertGroup(input);
185 return getGroupById(input.id, input.projectId);
186}
187
188export async function updateGroup(
189 id: string,

Callers 1

group.tsFile · 0.90

Calls 2

upsertGroupFunction · 0.85
getGroupByIdFunction · 0.85

Tested by

no test coverage detected