Esempio n. 1
0
 /**
  * Returns the direct deps found so far on this build. Should only be called before the node has
  * finished building.
  *
  * @see NodeEntry#getTemporaryDirectDeps()
  */
 Set<SkyKey> getDirectDepsForBuild() {
   return directDeps.toSet();
 }