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

Function ipForSession

apps/api/e2e/session-stress.ts:60–61  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

58// Unique IP per session → unique device → unique session. Namespaced by runId
59// so reruns and the correctness harness (10.x) never collide.
60const ipForSession = (i: number) =>
61 `100.${(runId >> 8) & 255}.${(i >> 8) & 255}.${i & 255}`;
62
63// A realistic-ish mix: events are NOT all screen_views.
64const CUSTOM_EVENTS = [

Callers 1

emitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected