Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ isEmpty
Method
isEmpty
guava/src/com/google/common/cache/LocalCache.java:4593–4596 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4591
}
4592
4593
@Override
4594
public
boolean isEmpty() {
4595
return
LocalCache.this.isEmpty();
4596
}
4597
4598
@Override
4599
public
void
clear() {
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.65
Tested by
no test coverage detected