MCPcopy Create free account
hub / github.com/KuhakuPixel/AceTheGame / accept

Method accept

Modder/modder/src/main/java/modder/Patcher.java:165–168  ·  view source on GitHub ↗
(File current, String name)

Source from the content-addressed store, hash-verified

163 // the needed library from "armeabi-v7a"
164 String[] archs = apkNativeLibDir.list(new FilenameFilter() {
165 @Override
166 public boolean accept(File current, String name) {
167 return new File(current, name).isDirectory();
168 }
169 });
170 return archs;
171

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected