MCPcopy Create free account
hub / github.com/antlr/codebuff / cleanUp

Method cleanUp

output/java_guava/1.4.13/LocalCache.java:3915–3919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3913
3914
3915 public void cleanUp() {
3916 for (Segment<?, ?> segment : segments) {
3917 segment.cleanUp();
3918 }
3919 }
3920
3921 // ConcurrentMap methods
3922

Callers

nothing calls this directly

Calls 1

cleanUpMethod · 0.65

Tested by

no test coverage detected