Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addFromCard
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected