(userCode: string)
| 18 | return `grant:${id}`; |
| 19 | } |
| 20 | function userCodeKeyFor(userCode: string) { |
| 21 | return `userCode:${userCode}`; |
| 22 | } |
| 23 | |
| 24 | class MemoryAdapter implements Adapter { |
| 25 | private readonly name: string; |
no outgoing calls
no test coverage detected