mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
Before seperation of dbs references_state and references (and referrers)
This commit is contained in:
parent
c65c296ce0
commit
9d7438db9f
7 changed files with 83 additions and 44 deletions
|
|
@ -103,8 +103,8 @@ public:
|
|||
const Path & statePath, const int revision, const RevisionNumbers & revisions);
|
||||
|
||||
/* Returns all the revision numbers of the state references closure of the given state path */
|
||||
//bool queryStateRevisions(const Transaction & txn, TableId table,
|
||||
// const Path & statePath, RevisionNumbers & revisions, int revision = -1);
|
||||
bool queryStateRevisions(const Transaction & txn, TableId table,
|
||||
const Path & statePath, RevisionNumbers & revisions, int revision = -1);
|
||||
|
||||
/* Returns all available revision numbers of the given state path */
|
||||
bool queryAllStateRevisions(const Transaction & txn, TableId table,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue