MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / run

Method run

src/main/java/fieldbox/FieldBox.java:82–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 fieldBox.io = new IO(workspace);
81 fieldBox.io.addFilespec("code", IO.EXECUTION, IO.EXECUTION);
82
83 new Open(Options.getString("file", () -> "testIB.field2"));
84
85// SplashScreen splash = SplashScreen.getSplashScreen();
86// if (splash != null)
87// splash.close();
88
89 fieldBox.go();

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected