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

Function getOrgId

apps/api/src/controllers/insights.controller.ts:95–97  ·  view source on GitHub ↗
(req: RequestWithProjectParam)

Source from the content-addressed store, hash-verified

93}
94
95function getOrgId(req: RequestWithProjectParam): string {
96 return req.client!.organizationId;
97}
98
99async function resolveDates(
100 projectId: string,

Callers 3

listDashboardsFunction · 0.85
listReportsFunction · 0.85
getReportDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected