mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 07:22:43 +01:00
dropEmptyInitThenConcatStringsSep -> concatStringSep: shortRefs are not empty
This commit is contained in:
parent
608a425550
commit
d3e49ac881
4 changed files with 20 additions and 4 deletions
|
|
@ -171,6 +171,9 @@ struct ValidPathInfo : UnkeyedValidPathInfo {
|
|||
*/
|
||||
bool checkSignature(const Store & store, const PublicKeys & publicKeys, const std::string & sig) const;
|
||||
|
||||
/**
|
||||
* References as store path basenames, including a self reference if it has one.
|
||||
*/
|
||||
Strings shortRefs() const;
|
||||
|
||||
ValidPathInfo(const ValidPathInfo & other) = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue