| 1 | // Direct race demo: emulates SessionStore.create logic but inserts a delay |
| 2 | // between findSessionEntry and appendSessionIndexEntry to expose the TOCTOU. |
| 3 | import { appendFile, mkdir, readFile } from 'node:fs/promises'; |
| 4 | import { join } from 'node:path'; |
nothing calls this directly
no test coverage detected