MCPcopy Create free account
hub / github.com/PCGen/pcgen / getTable

Method getTable

code/src/java/pcgen/core/Kit.java:404–407  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

402 }
403
404 public KitTable getTable(String name)
405 {
406 return get(MapKey.KIT_TABLE, name);
407 }
408
409 public KitTable addTable(KitTable table)
410 {

Callers 1

processLookupsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected