diff options
Diffstat (limited to 'src/libstore/store.hh')
-rw-r--r-- | src/libstore/store.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/store.hh b/src/libstore/store.hh index dce4eb1d62ac..3a0b7a7131a2 100644 --- a/src/libstore/store.hh +++ b/src/libstore/store.hh @@ -62,6 +62,8 @@ void registerValidPath(const Transaction & txn, /* Throw an exception if `path' is not directly in the Nix store. */ void assertStorePath(const Path & path); +bool isStorePath(const Path & path); + /* "Fix", or canonicalise, the meta-data of the files in a store path after it has been built. In particular: - the last modification date on each file is set to 0 (i.e., |