MCPcopy 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

readInputFunction · 0.85
leftButtonDownFunction · 0.85
onDropFunction · 0.85
doHandleBindingFunction · 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…