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

Function isReadOnly

tools/pythonauto/static/codemirrorepl/codemirror.js:2311–2313  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2309 }
2310
2311 function isReadOnly(cm) {
2312 return cm.options.readOnly || cm.doc.cantEdit;
2313 }
2314
2315 // EVENT HANDLERS
2316

Callers 4

readInputFunction · 0.70
leftButtonDownFunction · 0.70
onDropFunction · 0.70
doHandleBindingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected