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

Method ~ConditionScope

src/cmake_generator.cpp:662–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 ConditionScope(ConditionScope &&) = delete;
661
662 ~ConditionScope() {
663 if (endif) {
664 gen.cmd("endif")();
665 }
666 }
667};
668
669static bool vcpkg_valid_identifier(const std::string &name) {

Callers

nothing calls this directly

Calls 1

cmdMethod · 0.80

Tested by

no test coverage detected