MCPcopy Create free account
hub / github.com/NixOS/nix / resetFileCache

Method resetFileCache

src/libexpr/eval.cc:1155–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153}
1154
1155void EvalState::resetFileCache()
1156{
1157 importResolutionCache->clear();
1158 fileEvalCache->clear();
1159 inputCache->clear();
1160 positions.clear();
1161}
1162
1163void EvalState::eval(Expr * e, Value & v)
1164{

Callers 2

nix_flake_lockFunction · 0.80
processLineMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected