return buildDriver.alreadyEvaluated(ImmutableList.of(universeKey)); | return buildDriver.alreadyEvaluated(roots); | ImmutableList.of(universeKey) | universeKey | bazel | 5e65c9828f424b6b0214b984b5d38c9cfc1c746f | com.google.devtools.build.lib.skyframe.SkyframeExecutor | | | | - com.google.common.collect.ImmutableList
| | Uses | True |
EvaluationResult<SkyValue> evaluationResult=buildDriver.evaluate(ImmutableList.of(universeKey),true,numThreads,eventHandler); | EvaluationResult<SkyValue> evaluationResult=buildDriver.evaluate(roots,true,numThreads,eventHandler); | ImmutableList.of(universeKey) | universeKey | bazel | 5e65c9828f424b6b0214b984b5d38c9cfc1c746f | com.google.devtools.build.lib.skyframe.SkyframeExecutor | | | | - com.google.common.collect.ImmutableList
| | Uses | True |