MCPcopy Create free account
hub / github.com/decosoftware/deco-ide / dispatch

Method dispatch

web/src/scripts/middleware/Middleware.js:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 get dispatch() {
28 if (! this._dispatch) {
29 throw new Error('Middleware not property initialized with dispatch function')
30 }
31 return this._dispatch
32 }
33
34 get eventListeners() {
35 return {}

Callers 15

_undoMethod · 0.80
_redoMethod · 0.80
_onChangesMethod · 0.80
_onBeforeChangeMethod · 0.80
_keyDownMethod · 0.80
_keyUpMethod · 0.80
_blurMethod · 0.80
_mouseDownMethod · 0.80
performPasteMethod · 0.80
applyActionEmittersFunction · 0.80
_renderSimulatorMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected