mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 01:39:36 +01:00
Extract a Value method to get the eval cache
This commit is contained in:
parent
6ec852e7f0
commit
45a28ed36f
3 changed files with 30 additions and 16 deletions
|
|
@ -57,6 +57,8 @@ class EvalState;
|
|||
class XMLWriter;
|
||||
class JSONPlaceholder;
|
||||
|
||||
class ValueCache;
|
||||
|
||||
|
||||
typedef int64_t NixInt;
|
||||
typedef double NixFloat;
|
||||
|
|
@ -349,6 +351,8 @@ public:
|
|||
bool isTrivial() const;
|
||||
|
||||
std::vector<std::pair<Path, std::string>> getContext();
|
||||
|
||||
ValueCache & getEvalCache();
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue