MCPcopy Create free account
hub / github.com/ArrowM/Queue-Bot / constructor

Method constructor

src/utils/message-utils/parser.ts:11–12  ·  view source on GitHub ↗
(protected inter: T)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected