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