MCPcopy
hub / github.com/vvo/iron-session / Data

Interface Data

src/index.test.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const cookieName = "test";
9
10interface Data {
11 user?: { id: number; meta?: string };
12}
13
14const getSession = async (
15 req: IncomingMessage | Request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…