MCPcopy 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

isEmptyMethod · 0.95

Tested by

no test coverage detected