Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hokein/electron-sample-apps
/ stopMethod
Function
stopMethod
mini-code-editor/cm/lib/codemirror.js:2824–2824 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2822
};
2823
2824
function
stopMethod() {e_stop(this);}
2825
// Ensure an event has a stop method.
2826
function
addStop(event) {
2827
if
(!event.stop) event.stop = stopMethod;
Callers
nothing calls this directly
Calls
1
e_stop
Function · 0.85
Tested by
no test coverage detected