Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
infer
Function · 0.85
addEffect
Function · 0.85
executeHandler
Function · 0.85
copyChunk
Function · 0.85
ensureBound
Function · 0.85
Calls
1
handleChar
Function · 0.85
Tested by
no test coverage detected