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

Function scrambleEvents

apps/api/scripts/mock.ts:144–146  ·  view source on GitHub ↗
(events: Event[])

Source from the content-addressed store, hash-verified

142}
143
144function scrambleEvents(events: Event[]) {
145 return events.sort(() => Math.random() - 0.5);
146}
147
148let lastTriggeredIndex = 0;
149

Callers 1

createMockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected