Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinVector/Logistic
/ remove
Method
remove
src/com/winvector/util/StatMap.java:60–63 ·
view source on GitHub ↗
(final String key)
Source
from the content-addressed store, hash-verified
58
}
59
60
public
SimpleStat remove(
final
String key) {
61
final
SimpleStat v = counts.remove(key);
62
return
v;
63
}
64
}
Callers
3
trackVariableDefsFromRow
Method · 0.45
mergeVariableDefs
Method · 0.45
trimStuckLevels
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected