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

Method StartElement

Source/cmGlobalXCodeGenerator.cxx:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 {
83 }
84 void StartElement(std::string const&, char const**) override
85 {
86 this->Data = "";
87 }
88 void EndElement(std::string const& name) override
89 {
90 if (name == "key"_s) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected