MCPcopy Index your code
hub / github.com/benfry/processing4 / start

Method start

app/src/processing/app/exec/StreamPump.java:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public void start() {
64// System.out.println("starting new StreamPump");
65// new Exception().printStackTrace(EditorConsole.systemOut);
66 threads.execute(this);
67 }
68
69 public void run() {
70 try {

Callers 15

WebServerMethod · 0.45
startServerMethod · 0.45
UpdateCheckMethod · 0.45
markDownLinksToHtmlMethod · 0.45
handleTempCleaningMethod · 0.45
openContribBundleMethod · 0.45
downloadAndInstallMethod · 0.45
StatusAnimatorMethod · 0.45
removeContributionMethod · 0.45
downloadAvailableListMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected