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

Method isDirectory

src/bin/zip/ZipEntry.java:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 public boolean isDirectory() {
92 return getName().endsWith("/");
93 }
94
95 public String getName() {
96 return name;

Callers 4

CenterFileHeaderMethod · 0.80
copyZipEntryMethod · 0.80
collectChildrenMethod · 0.80

Calls 1

getNameMethod · 0.95

Tested by

no test coverage detected