Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
push
Method · 0.95
disconnectEventHandler
Method · 0.45
cleanDanglingUser
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected