return Optional.of(outputPath); | return ImmutableList.of(outputPath); | Optional.of(outputPath) | ImmutableList.of(outputPath) | bazel | 07cc56d56dbda7ab94707a7e344d00d2450bdedb | com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.OutputSymlink | | _1 | getLinkPath |
---|
_2 | getLinkPaths |
---|
| | - com.google.common.collect.ImmutableList
| | Returns | True |
return Optional.of(execRoot); | return ImmutableList.of(execRoot); | Optional.of(execRoot) | ImmutableList.of(execRoot) | bazel | 07cc56d56dbda7ab94707a7e344d00d2450bdedb | com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.ExecRootSymlink | | _1 | getLinkPath |
---|
_2 | getLinkPaths |
---|
| | - com.google.common.collect.ImmutableList
| | Returns | True |