MCPcopy Create free account
hub / github.com/facebook/SoLoader / assertInitialized

Method assertInitialized

java/com/facebook/soloader/SoLoader.java:1271–1275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1269 }
1270
1271 private static void assertInitialized() {
1272 if (!isInitialized()) {
1273 throw new IllegalStateException("SoLoader.init() not yet called");
1274 }
1275 }
1276
1277 public static boolean isInitialized() {
1278 if (sSoSources != null) {

Callers 4

prependSoSourceMethod · 0.95
makeLdLibraryPathMethod · 0.95

Calls 1

isInitializedMethod · 0.95

Tested by

no test coverage detected