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

Method getCaretRedoStack

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

Source from the content-addressed store, hash-verified

230 }
231
232 public Stack<Integer> getCaretRedoStack() {
233 return caretRedoStack;
234 }
235
236 public Stack<Integer> getCaretUndoStack() {
237 return caretUndoStack;

Callers 1

setCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected