Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::EvalRuntimeCaches Struct Reference

Public Attributes

RootValue vCallFlake
 
RootValue vImportedDrvToDerivation
 
std::shared_ptr< RegexCacheregexes
 
std::map< SourcePath, std::shared_ptr< CachedEvalFile > > fileEval
 

Member Data Documentation

◆ fileEval

std::map<SourcePath, std::shared_ptr<CachedEvalFile> > nix::EvalRuntimeCaches::fileEval

A cache from path names to values for evalFile().

◆ regexes

std::shared_ptr<RegexCache> nix::EvalRuntimeCaches::regexes

Cache used by prim_match() and other regex functions.


The documentation for this struct was generated from the following file: