Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ isReadOnly
Function
isReadOnly
static/js/codemirror/codemirror.js:1397–1399 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
1395
}
1396
1397
function
isReadOnly(cm) {
1398
return
cm.options.readOnly || cm.doc.cantEdit;
1399
}
1400
1401
// EVENT HANDLERS
1402
Callers
5
readInput
Function · 0.85
onMouseDown
Function · 0.85
onDrop
Function · 0.85
doHandleBinding
Function · 0.85
onKeyPress
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected