Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ removeEntry
Method
removeEntry
src/main/java/com/volmit/adapt/util/Board.java:140–142 ·
view source on GitHub ↗
(String id)
Source
from the content-addressed store, hash-verified
138
}
139
140
public
void
removeEntry(String id) {
141
this.getScoreboard().resetScores(id);
142
}
143
144
public
void
resetScoreboard() {
145
ready = false;
Callers
nothing calls this directly
Calls
1
getScoreboard
Method · 0.95
Tested by
no test coverage detected