MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / getEntries

Method getEntries

src/bin/zip/ZipFile.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public ArrayList<ZipEntry> getEntries() {
40 return new ArrayList<>(entries.values());
41 }
42
43 public int getEntrySize() {
44 return entries.size();

Callers 3

optimizeMethod · 0.80
collectChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected