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

Method cacheLine

code/src/java/pcgen/io/PCGVer2Parser.java:453–456  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

451 }
452
453 private void cacheLine(String s)
454 {
455 cache.put(s.substring(0, s.indexOf(':')), s);
456 }
457
458
459 private void checkStats() throws PCGParseException

Callers 1

buildPcgLineCacheMethod · 0.95

Calls 2

putMethod · 0.65
indexOfMethod · 0.65

Tested by

no test coverage detected