Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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() {
Callers
15
getStarlarkType
Method · 0.95
truth
Method · 0.95
popitem
Method · 0.95
testParse_noArgs
Method · 0.45
testParse_withTwoArgTestFilter
Method · 0.45
testParse_withOneArgTestFilter
Method · 0.45
testParse_testLastTestFilterWins
Method · 0.45
testParse_testFilterExcludeWithTwoArgTestFilter
Method · 0.45
testParse_testFilterExcludewithOneArgTestFilter
Method · 0.45
testParse_withTestFilterFromEnv
Method · 0.45
testParse_testFilterArgOverridesEnv
Method · 0.45
testCreateModel_singleTestClass
Method · 0.45
Calls
no outgoing calls
Tested by
15
testParse_noArgs
Method · 0.36
testParse_withTwoArgTestFilter
Method · 0.36
testParse_withOneArgTestFilter
Method · 0.36
testParse_testLastTestFilterWins
Method · 0.36
testParse_testFilterExcludeWithTwoArgTestFilter
Method · 0.36
testParse_testFilterExcludewithOneArgTestFilter
Method · 0.36
testParse_withTestFilterFromEnv
Method · 0.36
testParse_testFilterArgOverridesEnv
Method · 0.36
testCreateModel_singleTestClass
Method · 0.36
testCreateModel_simpleSuite
Method · 0.36
testVisitBundleWithNoMatchHasEmptyOutput
Method · 0.36
testVisitBundleWithNoExecPathsHasEmptyOutput
Method · 0.36