return ImmutableList.copyOf(allDeps.get(attribute)); | return allDeps.get(attribute); | ImmutableList.copyOf(allDeps.get(attribute)) | allDeps.get(attribute) | bazel | 878346e0288cae92b47ee8dcda65d88d3ee4bccb | com.google.devtools.build.lib.skyframe.ConfigurationsForTargetsTest | | _1 | getConfiguredDeps |
---|
_2 | getConfiguredDeps |
---|
| | - com.google.common.collect.ImmutableList
| | Returns | True |
return ImmutableList.copyOf(allDeps.get(attribute)); | return allDeps.get(attribute); | ImmutableList.copyOf(allDeps.get(attribute)) | allDeps.get(attribute) | bazel | 95f9b8129d1b877523359ca26539cb254ae5a8d7 | com.google.devtools.build.lib.skyframe.ConfigurationsForTargetsTest | | _1 | getConfiguredDeps |
---|
_2 | getConfiguredDeps |
---|
| | - com.google.common.collect.ImmutableList
| | Returns | True |