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

Class RawArg

src/cmake_generator.cpp:298–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296};
297
298struct RawArg {
299 RawArg() = default;
300 explicit RawArg(std::string arg) : arg(std::move(arg)) {
301 }
302
303 std::string arg;
304
305 bool empty() const {
306 return arg.empty();
307 }
308};
309
310// Credit: JustMagic
311struct Command {

Callers 2

if_conditionMethod · 0.85
generate_cmakeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected