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

Method entrySet

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

Source from the content-addressed store, hash-verified

717 }
718
719 @Override
720 public Set<Map.Entry<K, V>> entrySet() {
721 return Collections.unmodifiableMap(contents).entrySet();
722 }
723
724 @Nullable
725 @Override

Callers 15

reprMethod · 0.95
nrFunctionsHitMethod · 0.45
getAllExecutionCountMethod · 0.45
analyzeStructureMethod · 0.45
analyzeBranchMethod · 0.45
analyzeClassMethod · 0.45
visitEndMethod · 0.45

Calls

no outgoing calls

Tested by 15

nrFunctionsHitMethod · 0.36
getAllExecutionCountMethod · 0.36
analyzeStructureMethod · 0.36
analyzeBranchMethod · 0.36
analyzeClassMethod · 0.36
visitEndMethod · 0.36
mainMethod · 0.36