Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ cleanUp
Method
cleanUp
output/java_guava/1.4.17/LocalCache.java:3931–3935 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3929
3930
3931
public
void
cleanUp() {
3932
for
(Segment<?, ?> segment : segments) {
3933
segment.cleanUp();
3934
}
3935
}
3936
3937
// ConcurrentMap methods
3938
Callers
nothing calls this directly
Calls
1
cleanUp
Method · 0.65
Tested by
no test coverage detected