MCPcopy Create free account
hub / github.com/defold/defold / main

Method main

editor/src/java/com/defold/editor/Start.java:226–229  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

224 }
225
226 public static void main(String[] args) throws IOException {
227 initializeLogging();
228 Start.launch(args);
229 }
230
231 private static void initializeLogging() throws IOException {
232 Path logDirectory = Editor.getLogDirectory();

Callers 1

mainMethod · 0.95

Calls 1

initializeLoggingMethod · 0.95

Tested by

no test coverage detected