Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ isCommandLine
Method
isCommandLine
app/src/processing/app/Base.java:345–347 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
344
345
static
public
boolean isCommandLine() {
346
return
commandLine;
347
}
348
349
350
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Callers
6
showMessage
Method · 0.95
showWarning
Method · 0.95
showWarningTiered
Method · 0.95
showError
Method · 0.95
showTrace
Method · 0.95
showChanges
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected