MCPcopy Create free account
hub / github.com/ForOhForError/Yet-Another-Magic-Card-Recognizer / toString

Method toString

src/MatchResult.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 @Override
57 public String toString() {
58 return "MatchResult [name=" + name + ", setCode=" + setCode + ", score=" + score + "]";
59 }
60}

Callers 2

addFromCardMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected