MCPcopy Create free account
hub / github.com/cinit/TMoe / Initiator

Method Initiator

app/src/main/java/cc/ioctl/tmoe/util/Initiator.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 private static ClassLoader sPluginParentClassLoader;
12
13 private Initiator() {
14 throw new AssertionError("No instance for you!");
15 }
16
17 public static void initWithHostClassLoader(ClassLoader classLoader) {
18 sHostClassLoader = classLoader;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected