MCPcopy Index your code
hub / github.com/processing/processing / 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

launchMethod · 0.45
runMethod · 0.45
startServerMethod · 0.45
UpdateCheckMethod · 0.45
checkDriverBugMethod · 0.45
toHtmlLinksMethod · 0.45
downloadAndInstallMethod · 0.45
removeContributionMethod · 0.45
downloadAvailableListMethod · 0.45
JEditTextAreaMethod · 0.45
executeMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected