MCPcopy 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

pushMethod · 0.95
handleReadyFunction · 0.45
resetFunction · 0.45
realtime.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected