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

Method Command

src/cmake_generator.cpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 std::string post_comment;
319
320 Command(std::stringstream &ss, int depth, std::string command, std::string post_comment)
321 : ss(ss), depth(depth), command(std::move(command)), post_comment(std::move(post_comment)) {
322 }
323
324 ~Command() noexcept(false) {
325 if (!generated) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected