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

Method getToken

code/src/java/plugin/exporttokens/ACCheckToken.java:47–51  ·  view source on GitHub ↗
(String tokenSource, PlayerCharacter pc, ExportHandler eh)

Source from the content-addressed store, hash-verified

45 }
46
47 @Override
48 public String getToken(String tokenSource, PlayerCharacter pc, ExportHandler eh)
49 {
50 return Delta.toString(getACCheckToken(tokenSource, pc));
51 }
52
53 /**
54 * TODO: Rip the processing of this token out of PlayerCharacter

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
getACCheckTokenMethod · 0.95

Tested by

no test coverage detected