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

Function toChartEvent

packages/db/src/services/sankey.service.ts:787–796  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

785import { getSettingsForProject } from './organization.service';
786
787function toChartEvent(name: string) {
788 return {
789 id: name,
790 name,
791 displayName: name,
792 type: 'event' as const,
793 segment: 'event' as const,
794 filters: [],
795 };
796}
797
798export async function getUserFlowCore(input: {
799 projectId: string;

Callers 1

getUserFlowCoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected