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

Function at

packages/db/src/buffers/session-buffer.test.ts:175–175  ·  view source on GitHub ↗
(mins: number)

Source from the content-addressed store, hash-verified

173 // request to resolve the id — they must agree throughout a visit.
174 const t0 = new Date('2026-06-08T12:00:00.000Z');
175 const at = (mins: number) => new Date(t0.getTime() + mins * 60_000);
176
177 const e1 = await sessionBuffer.ingest(
178 makePayload({ createdAt: t0, sessionId: 'S1' })

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected