| 8 | const cookieName = "test"; |
| 9 | |
| 10 | interface Data { |
| 11 | user?: { id: number; meta?: string }; |
| 12 | } |
| 13 | |
| 14 | const getSession = async ( |
| 15 | req: IncomingMessage | Request, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…