Expand description
Code to load the dep-graph from files.
Enums§
- Load
Result 🔒 - Represents the result of an attempt to load incremental compilation data.
Functions§
- delete_
dirty_ 🔒work_ product - load_
dep_ 🔒graph - load_
query_ result_ cache - Attempts to load the query result cache from disk
- maybe_
assert_ 🔒incr_ state - Emits a fatal error if the assertion in
-Zassert-incr-statedoesn’t match the outcome of trying to load previous-session state. - setup_
dep_ graph - Loads the previous session’s dependency graph from disk if possible, and sets up streaming output for the current session’s dep graph data into an incremental session directory.