MCPcopy
hub / github.com/bazelbuild/bazel / isEmpty

Method isEmpty

src/main/java/net/starlark/java/eval/Dict.java:730–733  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

728 }
729
730 @Override
731 public boolean isEmpty() {
732 return contents.isEmpty();
733 }
734
735 @Override
736 public Set<K> keySet() {

Calls

no outgoing calls