Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
process
Method · 0.95
scrollToTop
Function · 0.45
scrollToBottom
Function · 0.45
checkEditorStyle
Function · 0.45
scrollToTop
Function · 0.45
scrollToBottom
Function · 0.45
index.js
File · 0.45
buildCursor
Function · 0.45
switchTag
Function · 0.45
smoothHashScroll
Function · 0.45
syncScrollToEdit
Function · 0.45
syncScrollToView
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected