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)
  2. void syncState(string path, BuildState state, TaskPool pool, bool dryRun)
    void
    syncState
    (
    string path
    ,,
    TaskPool pool
    ,
    bool dryRun = false
    )

Meta