syncState

Synchronizes the build state with the given set of rules.

After the synchronization, the graph created from the set of rules will be a subgraph of the graph created from the build state.

  1. void syncState(R rules, BuildState state, TaskPool pool, bool dryRun)
    void
    syncState
    (
    R
    )
    (,,
    TaskPool pool
    ,
    bool dryRun = false
    )
    if (
    is(ElementType!R : const(Rule))
    )
  2. void syncState(string path, BuildState state, TaskPool pool, bool dryRun)

Meta