(protected inter: T)
| 9 | cache: Map<string, unknown> = new Map(); |
| 10 | |
| 11 | constructor(protected inter: T) { |
| 12 | } |
| 13 | |
| 14 | async getScopedQueues(): Promise<Collection<bigint, DbQueue>> { |
| 15 | const queue = await new QueueOption().get(this.inter); |
nothing calls this directly
no outgoing calls
no test coverage detected