MCPcopy Create free account
hub / github.com/0PandaDEV/Ziit / constructor

Method constructor

server/utils/import-queue.ts:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 private completedChunks: Map<string, Set<string>> = new Map();
180
181 private constructor() {
182 this.startWorkers();
183 }
184
185 static getInstance(): ImportQueue {
186 if (!ImportQueue.instance) {

Callers

nothing calls this directly

Calls 1

startWorkersMethod · 0.95

Tested by

no test coverage detected