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

Method ConditionScope

src/cmake_generator.cpp:655–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653 bool endif = false;
654
655 ConditionScope(Generator &gen, const std::string &condition) : gen(gen) {
656 endif = gen.if_condition(condition);
657 }
658
659 ConditionScope(const ConditionScope &) = delete;
660 ConditionScope(ConditionScope &&) = delete;

Callers

nothing calls this directly

Calls 1

if_conditionMethod · 0.80

Tested by

no test coverage detected