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

Method stop

lib/realtime/processQueue.js:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 stop () {
56 if (this.eventTrigger) {
57 clearInterval(this.eventTrigger)
58 this.eventTrigger = null
59 }
60 }
61
62 checkTaskIsInQueue (id) {
63 return this.taskMap.has(id)

Callers 13

processMethod · 0.95
scrollToTopFunction · 0.45
scrollToBottomFunction · 0.45
checkEditorStyleFunction · 0.45
scrollToTopFunction · 0.45
scrollToBottomFunction · 0.45
index.jsFile · 0.45
buildCursorFunction · 0.45
switchTagFunction · 0.45
smoothHashScrollFunction · 0.45
syncScrollToEditFunction · 0.45
syncScrollToViewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected