We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73bf2e commit 92788a0Copy full SHA for 92788a0
src/libexpr/include/nix/expr/eval.hh
@@ -399,6 +399,7 @@ private:
399
400
LookupPath lookupPath;
401
402
+ // FIXME: make thread-safe.
403
std::map<std::string, std::optional<SourcePath>> lookupPathResolved;
404
405
/**
@@ -977,6 +978,7 @@ public:
977
978
private:
979
bool countCalls;
980
981
982
typedef std::map<std::string, size_t> PrimOpCalls;
983
PrimOpCalls primOpCalls;
984
@@ -988,6 +990,7 @@ private:
988
990
989
991
void incrFunctionCall(ExprLambda * fun);
992
993
994
typedef std::map<PosIdx, size_t> AttrSelects;
995
AttrSelects attrSelects;
996
0 commit comments