MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / Class

Method Class

app/src/main/java/com/github/catvod/bean/Class.java:24–26  ·  view source on GitHub ↗
(String typeId)

Source from the content-addressed store, hash-verified

22 }
23
24 public Class(String typeId) {
25 this(typeId, typeId);
26 }
27
28 public Class(String typeId, String typeName) {
29 this(typeId, typeName, null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected