MCPcopy Create free account
hub / github.com/benfry/processing4 / getUndo

Method getUndo

app/src/processing/app/SketchCode.java:228–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226
227
228 public UndoManager getUndo() {
229 return undo;
230 }
231
232 public Stack<Integer> getCaretRedoStack() {
233 return caretRedoStack;

Callers 1

setCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected