MCPcopy Create free account
hub / github.com/Kitware/CMake / StartCommandName

Method StartCommandName

Source/cmIfCommand.cxx:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37{
38public:
39 cm::string_view StartCommandName() const override { return "if"_s; }
40 cm::string_view EndCommandName() const override { return "endif"_s; }
41
42 bool ArgumentsMatch(cmListFileFunction const& lff,

Callers 1

IsFunctionBlockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected