MCPcopy Create free account
hub / github.com/WrBug/dumpDex / Type

Method Type

app/src/main/java/com/wrbug/dumpdex/PackerInfo.java:114–116  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

112 String name;
113
114 Type(String s) {
115 name = s;
116 }
117
118 public String getName() {
119 return name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected