| 489 | |
| 490 | struct Generator { |
| 491 | Generator(const parser::Project &project, fs::path path) : project(project), path(std::move(path)) { |
| 492 | } |
| 493 | Generator(const Generator &) = delete; |
| 494 | |
| 495 | const parser::Project &project; |
nothing calls this directly
no outgoing calls
no test coverage detected