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

Method IgnoreUntilTag

Source/cmVisualStudioSlnParser.cxx:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385void cmVisualStudioSlnParser::State::IgnoreUntilTag(std::string const& endTag)
386{
387 this->Stack.push(FileStateIgnore);
388 this->EndIgnoreTag = endTag;
389}
390
391cmVisualStudioSlnParser::ResultData::ResultData() = default;
392

Callers 1

ProcessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected