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

Method getModulePath

app/src/main/java/cc/ioctl/tmoe/startup/HookEntry.java:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 sModulePath = startupParam.modulePath;
77 }
78
79 public static String getModulePath() {
80 String path = sModulePath;
81 if (path == null) {
82 throw new IllegalStateException("sModulePath is null");
83 }
84 return path;
85 }
86}

Callers 2

injectModuleResourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected