Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildPcgLineCache
Method · 0.95
Calls
2
put
Method · 0.65
indexOf
Method · 0.65
Tested by
no test coverage detected