Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ guttersChanged
Function
guttersChanged
static/js/codemirror/codemirror.js:251–254 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
249
}
250
251
function
guttersChanged(cm) {
252
updateGutters(cm);
253
regChange(cm);
254
}
255
256
function
updateGutters(cm) {
257
var
gutters = cm.display.gutters, specs = cm.options.gutters;
Callers
1
codemirror.js
File · 0.85
Calls
2
updateGutters
Function · 0.85
regChange
Function · 0.85
Tested by
no test coverage detected