MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / handler

Function handler

lib/web/CodeMirror/addon/edit/closebrackets.js:48–50  ·  view source on GitHub ↗
(ch)

Source from the content-addressed store, hash-verified

46 ensureBound(defaults.pairs + "`")
47
48 function handler(ch) {
49 return function(cm) { return handleChar(cm, ch); };
50 }
51
52 function getConfig(cm) {
53 var deflt = cm.state.closeBrackets;

Callers 5

inferFunction · 0.85
addEffectFunction · 0.85
executeHandlerFunction · 0.85
copyChunkFunction · 0.85
ensureBoundFunction · 0.85

Calls 1

handleCharFunction · 0.85

Tested by

no test coverage detected