Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bazelbuild/bazel
/ values
Method
values
src/main/java/net/starlark/java/eval/Dict.java:745–748 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
743
}
744
745
@Override
746
public
Collection<V> values() {
747
return
Collections.unmodifiableMap(contents).values();
748
}
749
750
// disallowed java.util.Map update operations
751
Callers
15
getStarlarkType
Method · 0.95
values0
Method · 0.95
_aquery_diff
Function · 0.45
getAllSourceFiles
Method · 0.45
analyze
Function · 0.45
newShutdownHook
Method · 0.45
getAllValuesInMap
Method · 0.45
processSourceFile
Method · 0.45
getEffectivePolicies
Method · 0.45
OptionsParserImpl
Class · 0.45
compileFile
Method · 0.45
getMethodAnnotations
Method · 0.45
Calls
no outgoing calls
Tested by
4
getAllSourceFiles
Method · 0.36
newShutdownHook
Method · 0.36
getAllValuesInMap
Method · 0.36
processSourceFile
Method · 0.36