MCPcopy Index your code
hub / github.com/processing/processing / stopTimer

Method stopTimer

app/src/processing/app/ui/EditorConsole.java:120–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118
119
120 protected void stopTimer() {
121 if (flushTimer != null) {
122 flush(); // clear anything that's there
123 flushTimer.stop();
124 flushTimer = null;
125 }
126 }
127
128
129 public PrintStream getOut() {

Callers 1

setEditorMethod · 0.80

Calls 2

flushMethod · 0.95
stopMethod · 0.45

Tested by

no test coverage detected