Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bazelbuild/bazel
/ truth
Method
truth
src/main/java/net/starlark/java/eval/Dict.java:174–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
}
173
174
@Override
175
public
boolean truth() {
176
return
!isEmpty();
177
}
178
179
@Override
180
public
boolean isImmutable() {
Callers
nothing calls this directly
Calls
1
isEmpty
Method · 0.95
Tested by
no test coverage detected