| return configGroups.stream().map(group -> group.targetConfig).map(config -> configToRoot.apply(config,repositoryName).getRoot().asPath()).distinct().collect(toImmutableList()); | return targetConfigs.stream().map(config -> configToRoot.apply(config,repositoryName).getRoot().asPath()).distinct().collect(toImmutableSet()); | configGroups.stream().map(group -> group.targetConfig).map(config -> configToRoot.apply(config,repositoryName).getRoot().asPath()).distinct().collect(toImmutableList()) | targetConfigs.stream().map(config -> configToRoot.apply(config,repositoryName).getRoot().asPath()).distinct().collect(toImmutableSet()) | bazel | 182be8376e01687de6861effd76a462b1d7a7498 | com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.ConfigSymlink | | | _1 | getLinkPaths |
|---|
| _2 | getLinkPaths |
|---|
| | v0 | configToRoot |
|---|
| v1 | repositoryName |
|---|
| v2 | config |
|---|
| | | v0 | configToRoot |
|---|
| v1 | repositoryName |
|---|
| v2 | config |
|---|
| Returns | False |