mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
EvalCache: Store string contexts
This commit is contained in:
parent
b681408879
commit
50f13b06fb
6 changed files with 101 additions and 27 deletions
|
@ -171,6 +171,8 @@ struct Value
|
|||
computation. In particular, function applications are
|
||||
non-trivial. */
|
||||
bool isTrivial() const;
|
||||
|
||||
std::vector<std::pair<Path, std::string>> getContext();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue