Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ updateBest
Method
updateBest
data/java/02_oop.java:10–12 ·
view source on GitHub ↗
(int latestWpm)
Source
from the content-addressed store, hash-verified
8
}
9
10
void
updateBest(
int
latestWpm) {
11
if
(latestWpm > bestWpm) bestWpm = latestWpm;
12
}
13
14
@Override
15
public
String toString() {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected