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

Method parseExprFromFile

src/libexpr/eval.cc:3179–3182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3177}
3178
3179Expr * EvalState::parseExprFromFile(const SourcePath & path)
3180{
3181 return parseExprFromFile(path, staticBaseEnv);
3182}
3183
3184Expr * EvalState::parseExprFromFile(const SourcePath & path, const std::shared_ptr<StaticEnv> & staticEnv)
3185{

Callers 5

main_nix_buildFunction · 0.80
main_nix_instantiateFunction · 0.80
evalMethod · 0.80
scopedImportFunction · 0.80
completeInstallableMethod · 0.80

Calls 8

OriginClass · 0.85
appendMethod · 0.80
parseFunction · 0.50
readFileMethod · 0.45
resolveSymlinksMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
parentMethod · 0.45

Tested by

no test coverage detected