MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / run

Method run

java/org/haxe/HXCPP.java:8–16  ·  view source on GitHub ↗
(String inClassName)

Source from the content-addressed store, hash-verified

6 static boolean mInit = false;
7
8 static public void run(String inClassName) {
9 System.loadLibrary(inClassName);
10
11 if (!mInit)
12 {
13 mInit = true;
14 main();
15 }
16 }
17
18 public static native void main();
19}

Callers

nothing calls this directly

Calls 1

mainMethod · 0.95

Tested by

no test coverage detected