diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-11-17 13:58:55 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-11-17 13:58:55 +0100 |
commit | e6b7c7b79c697f1d8508930964e8c810f04a8963 (patch) | |
tree | 0085f736803a3217f11aa429620a120145d2c00b /src/libstore/store-api.hh | |
parent | bccff827dc968b08bddda03aadcb3d9cc41c2719 (diff) |
Cleanup
Diffstat (limited to 'src/libstore/store-api.hh')
-rw-r--r-- | src/libstore/store-api.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/store-api.hh b/src/libstore/store-api.hh index f77bc21d1..30c9e7d0a 100644 --- a/src/libstore/store-api.hh +++ b/src/libstore/store-api.hh @@ -611,6 +611,9 @@ public: /* Read a derivation (which must already be valid). */ Derivation readDerivation(const StorePath & drvPath); + /* Read a derivation from a potentially invalid path. */ + Derivation readInvalidDerivation(const StorePath & drvPath); + /* Place in `out' the set of all store paths in the file system closure of `storePath'; that is, all paths than can be directly or indirectly reached from it. `out' is not cleared. If |