Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/hackmdio/codimd
/ start
Method
start
lib/realtime/processQueue.js:48–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
start () {
49
if
(this.eventTrigger)
return
50
this.eventTrigger = setInterval(() => {
51
this.emit(QueueEvent.Tick)
52
}, this.triggerTime)
53
}
54
55
stop () {
56
if
(this.eventTrigger) {
Callers
4
push
Method · 0.95
handleReady
Function · 0.45
reset
Function · 0.45
realtime.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected