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

Method EndCommandName

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

Source from the content-addressed store, hash-verified

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,
43 cmMakefile&) const override;

Callers 1

IsFunctionBlockedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected