Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
repr
Method · 0.95
nrFunctionsHit
Method · 0.45
getAllFunctionLineNumbers
Method · 0.45
getAllExecutionCount
Method · 0.45
addAllFunctionsExecution
Method · 0.45
recordBranchInformation
Method · 0.45
writeTestSuiteProperties
Method · 0.45
analyzeStructure
Method · 0.45
analyzeBranch
Method · 0.45
analyzeClass
Method · 0.45
visitEnd
Method · 0.45
testStarlarkUniverseTypes
Method · 0.45
Calls
no outgoing calls
Tested by
15
nrFunctionsHit
Method · 0.36
getAllFunctionLineNumbers
Method · 0.36
getAllExecutionCount
Method · 0.36
addAllFunctionsExecution
Method · 0.36
recordBranchInformation
Method · 0.36
writeTestSuiteProperties
Method · 0.36
analyzeStructure
Method · 0.36
analyzeBranch
Method · 0.36
analyzeClass
Method · 0.36
visitEnd
Method · 0.36
testStarlarkUniverseTypes
Method · 0.36
main
Method · 0.36