Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
function
scrambleEvents(events: Event[]) {
145
return
events.sort(() => Math.random() - 0.5);
146
}
147
148
let
lastTriggeredIndex = 0;
149
Callers
1
createMock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected