return Collections.unmodifiableList(actions); | return ImmutableList.copyOf(actions); | Collections.unmodifiableList(actions) | ImmutableList.copyOf(actions) | bazel | 9e91f20bb31e44b4be836996ac9d91af61e1e822 | com.google.devtools.build.lib.analysis.CachingAnalysisEnvironment | | _1 | getRegisteredActions |
---|
_2 | getRegisteredActions |
---|
| | - com.google.common.collect.ImmutableList
| | Returns | True |