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

Method getName

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

Source from the content-addressed store, hash-verified

93 }
94
95 public String getName() {
96 return name;
97 }
98
99 public void setName(String name) {
100 if (name == null)

Callers 3

isDirectoryMethod · 0.95
optimizeMethod · 0.95
collectChildrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected