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

Method stopTimer

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

Source from the content-addressed store, hash-verified

111
112
113 protected void stopTimer() {
114 if (flushTimer != null) {
115 flush(); // clear anything that's there
116 flushTimer.stop();
117 flushTimer = null;
118 }
119 }
120
121
122 public PrintStream getOut() {

Callers 1

setEditorMethod · 0.80

Calls 2

flushMethod · 0.95
stopMethod · 0.45

Tested by

no test coverage detected