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

Function orgPath

apps/api/src/agents/tools/groups.ts:22–23  ·  view source on GitHub ↗
(path = '')

Source from the content-addressed store, hash-verified

20 const defaultGroupId = context.pageContext?.ids?.groupId ?? '';
21 const id = groupId || defaultGroupId;
22 const orgPath = (path = '') =>
23 dashboardUrl(context.organizationId, context.projectId, path);
24
25 const group = await getGroupCore({
26 projectId: context.projectId,

Callers 1

groups.tsFile · 0.85

Calls 1

dashboardUrlFunction · 0.90

Tested by

no test coverage detected