MCPcopy
hub / github.com/alexmacarthur/typeit / getQueue

Function getQueue

packages/typeit/src/Queue.ts:61–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 };
60
61 let getQueue = () => _q;
62 let rawValues = (): QueueItem[] => Array.from(_q.values());
63 let destroy = (key: Symbol) => _q.delete(key);
64 let getPendingQueueItems = (): QueueItem[] => {

Callers 1

getPendingQueueItemsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…