MCPcopy Index your code
hub / github.com/bazelbuild/bazel / keySet

Method keySet

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

Source from the content-addressed store, hash-verified

733 }
734
735 @Override
736 public Set<K> keySet() {
737 return Collections.unmodifiableMap(contents).keySet();
738 }
739
740 @Override
741 public int size() {

Callers 15

getStarlarkTypeMethod · 0.95
iteratorMethod · 0.95
filterTestCasesMethod · 0.45
buildResultMethod · 0.45
printAllMethod · 0.45
visitEndMethod · 0.45
linesWithBranchesMethod · 0.45
visitEndMethod · 0.45

Calls

no outgoing calls