MCPcopy Index your code
hub / github.com/bazelbuild/bazel / toArray

Method toArray

src/main/java/net/starlark/java/eval/Tuple.java:154–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 return ImmutableList.copyOf(
153 new AbstractCollection<T>() {
154 @Override
155 public Object[] toArray() {
156 return array;
157 }
158
159 @Override
160 public int size() {

Callers 15

createRequestMethod · 0.45
parseMethod · 0.45
getClassLoaderUrlsMethod · 0.45
runMethod · 0.45
tokensMethod · 0.45
testTupleToArrayMethod · 0.45
checkToArrayMethod · 0.45
parseMethod · 0.45
parseAndExitUponErrorMethod · 0.45
addEqualityGroupMethod · 0.45
encodeMethod · 0.45
copyOfMethod · 0.45

Calls

no outgoing calls

Tested by 8

createRequestMethod · 0.36
parseMethod · 0.36
getClassLoaderUrlsMethod · 0.36
runMethod · 0.36
tokensMethod · 0.36
testTupleToArrayMethod · 0.36
checkToArrayMethod · 0.36
addEqualityGroupMethod · 0.36