return Sets.newLinkedHashSet(rule.get(attrName,Type.STRING_LIST)); | return ImmutableSet.copyOf(rule.get(attrName,Type.STRING_LIST)); | Sets.newLinkedHashSet(rule.get(attrName,Type.STRING_LIST)) | ImmutableSet.copyOf(rule.get(attrName,Type.STRING_LIST)) | bazel | 21e100c6333f438bc8faa509b662a542f2bb39ac | com.google.devtools.build.lib.packages.ImplicitOutputsFunction | | _1 | attributeValues |
---|
_2 | attributeValues |
---|
| v0 | rule.get(attrName,Type.STRING_LIST) |
---|
| - com.google.common.collect.ImmutableSet
| v0 | rule.get(attrName,Type.STRING_LIST) |
---|
| Returns | True |