Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createRequest
Method · 0.45
parse
Method · 0.45
getClassLoaderUrls
Method · 0.45
run
Method · 0.45
tokens
Method · 0.45
testTupleToArray
Method · 0.45
checkToArray
Method · 0.45
parse
Method · 0.45
parseAndExitUponError
Method · 0.45
addEqualityGroup
Method · 0.45
encode
Method · 0.45
copyOf
Method · 0.45
Calls
no outgoing calls
Tested by
8
createRequest
Method · 0.36
parse
Method · 0.36
getClassLoaderUrls
Method · 0.36
run
Method · 0.36
tokens
Method · 0.36
testTupleToArray
Method · 0.36
checkToArray
Method · 0.36
addEqualityGroup
Method · 0.36