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

Function chunk

apps/api/src/controllers/track.controller.test.ts:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67});
68
69const chunk = (): IReplayPayload => ({
70 chunk_index: 0,
71 events_count: 1,
72 is_full_snapshot: true,
73 started_at: '2026-06-08T12:00:00.000Z',
74 ended_at: '2026-06-08T12:00:01.000Z',
75 payload: '[]',
76});
77
78describe('handleReplay', () => {
79 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected