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

Method main

java/src/processing/mode/java/Commander.java:409–418  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

407
408
409 static public void main(String[] args) {
410 // Do this early so that error messages go to the console
411 Base.setCommandLine();
412
413 // init the platform so that prefs and other native code is ready to go
414 Platform.init();
415
416 // launch command line handler
417 new Commander(args);
418 }
419}

Callers

nothing calls this directly

Calls 2

setCommandLineMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected