MCPcopy Index your code
hub / github.com/csev/py4e / isReadOnly

Function isReadOnly

tools/pythonauto/static/codemirror/codemirror.js:1570–1572  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

1568 }
1569
1570 function isReadOnly(cm) {
1571 return cm.options.readOnly || cm.doc.cantEdit;
1572 }
1573
1574 // EVENT HANDLERS
1575

Callers 4

readInputFunction · 0.70
onMouseDownFunction · 0.70
onDropFunction · 0.70
doHandleBindingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected