MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / fakeNode

Method fakeNode

src/me/lpk/mapping/loaders/MappingLoader.java:36–40  ·  view source on GitHub ↗

Creates a fake node containing only a name attribute. @param name @return

(String name)

Source from the content-addressed store, hash-verified

34 * @return
35 */
36 protected ClassNode fakeNode(String name) {
37 ClassNode cn = new ClassNode();
38 cn.name = name;
39 return cn;
40 }
41}

Callers 3

readMethod · 0.80
readClassMethod · 0.80
readClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected