MCPcopy
hub / github.com/csev/py4e / redo

Function redo

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:867–867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

865 }
866 function undo() {unredoHelper(history.done, history.undone);}
867 function redo() {unredoHelper(history.undone, history.done);}
868
869 function updateLinesNoUndo(from, to, newText, selFrom, selTo) {
870 if (suppressEdits) return;

Callers

nothing calls this directly

Calls 1

unredoHelperFunction · 0.85

Tested by

no test coverage detected