return Collections.singletonList(Artifact.key((Artifact)rawChildren)); | return ImmutableList.of(Artifact.key((Artifact)rawChildren)); | Collections.singletonList(Artifact.key((Artifact)rawChildren)) | ImmutableList.of(Artifact.key((Artifact)rawChildren)) | bazel | 8748c267af33f3f200ea572de673ac21da532b25 | com.google.devtools.build.lib.skyframe.ArtifactNestedSetKey | | | v0 | Artifact.key((Artifact)rawChildren) |
---|
| - com.google.common.collect.ImmutableList
| v0 | Artifact.key((Artifact)rawChildren) |
---|
| Returns | True |