Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bazelbuild/bazel
/ size
Method
size
src/main/java/net/starlark/java/eval/Tuple.java:159–162 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
@Override
160
public
int
size() {
161
return
array.length;
162
}
163
164
@Override
165
public
Iterator<T> iterator() {
Callers
3
testTupleToArray
Method · 0.95
getStarlarkType
Method · 0.95
applyDefaultsReportMissingArgs
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTupleToArray
Method · 0.76