Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sql-js/sql.js
/ isReadOnly
Function
isReadOnly
GUI/codemirror/lib/codemirror.js:2331–2333 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
2329
}
2330
2331
function
isReadOnly(cm) {
2332
return
cm.options.readOnly || cm.doc.cantEdit;
2333
}
2334
2335
// EVENT HANDLERS
2336
Callers
4
readInput
Function · 0.85
leftButtonDown
Function · 0.85
onDrop
Function · 0.85
doHandleBinding
Function · 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…