mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
This commit is contained in:
parent
f435abcdb6
commit
4c32f38047
13 changed files with 125 additions and 14 deletions
|
|
@ -1837,6 +1837,11 @@ Path toNonSharedPathTxn(const Transaction & txn, const Path & statePath)
|
|||
return returnedPath;
|
||||
}
|
||||
|
||||
bool LocalStore::getSharedWith(const Path & statePath1, Path & statePath2)
|
||||
{
|
||||
return querySharedStateTxn(noTxn, statePath1, statePath2);
|
||||
}
|
||||
|
||||
PathSet toNonSharedPathSetTxn(const Transaction & txn, const PathSet & statePaths)
|
||||
{
|
||||
PathSet real_statePaths;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue