buildGraph

Constructs a subgraph from the build state starting at the given roots.

  1. BuildStateGraph buildGraph(BuildState state, EdgeType type)
  2. BuildStateGraph buildGraph(BuildState state, Resources resources, Tasks tasks)
    buildGraph
    (
    Resources
    Tasks
    )
    (,
    Resources resources
    ,
    Tasks tasks
    )
    if (
    is(ElementType!Resources : Index!Resource) &&
    is(ElementType!Tasks : Index!Task)
    )

Meta