Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
launch
Method · 0.45
run
Method · 0.45
startServer
Method · 0.45
UpdateCheck
Method · 0.45
checkDriverBug
Method · 0.45
toHtmlLinks
Method · 0.45
downloadAndInstall
Method · 0.45
downloadAndInstallOnStartup
Method · 0.45
removeContribution
Method · 0.45
downloadAvailableList
Method · 0.45
JEditTextArea
Method · 0.45
execute
Method · 0.45
Calls
1
execute
Method · 0.45
Tested by
no test coverage detected