return new StarlarkCustomCommandLine(starlarkSemantics,arguments.build()); | return new StarlarkCustomCommandLine(starlarkSemantics,ImmutableList.copyOf(arguments),flagPerLine ? ImmutableList.copyOf(argStartIndexes) : ImmutableList.of()); | arguments.build() | ImmutableList.copyOf(arguments) | bazel | b4fd1a86d690b6dabdd8b1d6d36f7db72a183dbe | com.google.devtools.build.lib.analysis.starlark.StarlarkCustomCommandLine.Builder | | | | - com.google.common.collect.ImmutableList
| | Uses | True |