MCPcopy 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

getStarlarkTypeMethod · 0.95
values0Method · 0.95
_aquery_diffFunction · 0.45
getAllSourceFilesMethod · 0.45
analyzeFunction · 0.45
newShutdownHookMethod · 0.45
getAllValuesInMapMethod · 0.45
processSourceFileMethod · 0.45
getEffectivePoliciesMethod · 0.45
OptionsParserImplClass · 0.45
compileFileMethod · 0.45
getMethodAnnotationsMethod · 0.45

Calls

no outgoing calls

Tested by 4

getAllSourceFilesMethod · 0.36
newShutdownHookMethod · 0.36
getAllValuesInMapMethod · 0.36
processSourceFileMethod · 0.36