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

Method onEventProcessFunc

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

Source from the content-addressed store, hash-verified

38 }
39
40 onEventProcessFunc () {
41 if (this.lock) return
42 this.lock = true
43 setImmediate(() => {
44 this.process()
45 })
46 }
47
48 start () {
49 if (this.eventTrigger) return

Callers

nothing calls this directly

Calls 1

processMethod · 0.95

Tested by

no test coverage detected