MCPcopy Index your code
hub / github.com/Card-Forge/forge / append

Method append

forge-core/src/main/java/forge/util/DebugTrace.java:5–8  ·  view source on GitHub ↗
(Object output)

Source from the content-addressed store, hash-verified

3//simple class to simulate a StringBuilder but simply output to the console
4public class DebugTrace {
5 public DebugTrace append(Object output) {
6 //System.out.print(output); //Uncomment to show trace output
7 return this;
8 }
9}

Callers 15

getTitleMethod · 0.45
setDependenciesMethod · 0.45
getAlternativeCostsMethod · 0.45
generatedTotalManaMethod · 0.45
generatedManaMethod · 0.45
toStringMethod · 0.45
appendCardsMethod · 0.45
addCardMethod · 0.45
countersToStringMethod · 0.45
processManaPoolMethod · 0.45
processCardsForZoneMethod · 0.45

Calls

no outgoing calls

Tested by 11

gameStateToStringMethod · 0.36
startReadingMethod · 0.36
toDetailedReportMethod · 0.36
toDetailedReportMethod · 0.36
generateReportMethod · 0.36
toMarkdownMethod · 0.36
toMarkdownMethod · 0.36
toSummaryReportMethod · 0.36
runTournamentMethod · 0.36
formatUnknownCardsMethod · 0.36
toStringMethod · 0.36