MCPcopy Create free account
hub / github.com/sql-js/sql.js / allKeyMaps

Function allKeyMaps

GUI/codemirror/lib/codemirror.js:2991–2996  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2989
2990 // Collect the currently active keymaps.
2991 function allKeyMaps(cm) {
2992 var maps = cm.state.keyMaps.slice(0);
2993 if (cm.options.extraKeys) maps.push(cm.options.extraKeys);
2994 maps.push(cm.options.keyMap);
2995 return maps;
2996 }
2997
2998 var maybeTransition;
2999 // Handle a key from the keydown event.

Callers 2

handleKeyBindingFunction · 0.85
handleCharBindingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…