MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Generator

Method Generator

src/cmake_generator.cpp:491–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489
490struct 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected