MCPcopy Index your code
hub / github.com/hackmdio/codimd / checkTaskIsInQueue

Method checkTaskIsInQueue

lib/realtime/processQueue.js:62–64  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

60 }
61
62 checkTaskIsInQueue (id) {
63 return this.taskMap.has(id)
64 }
65
66 /**
67 * pushWithKey a promisify-task to queue

Callers 3

pushMethod · 0.95
cleanDanglingUserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected