(id: string)
| 15 | const storage = new LRUCache<string, AdapterPayload | string[] | string>(options); |
| 16 | |
| 17 | function grantKeyFor(id: string) { |
| 18 | return `grant:${id}`; |
| 19 | } |
| 20 | function userCodeKeyFor(userCode: string) { |
| 21 | return `userCode:${userCode}`; |
| 22 | } |
no outgoing calls
no test coverage detected