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

Method Finished

Source/cmVisualStudioSlnParser.cxx:374–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374bool cmVisualStudioSlnParser::State::Finished(
375 cmVisualStudioSlnParser::ResultData& result)
376{
377 if (this->Stack.top() != FileStateTopLevel) {
378 result.SetError(ResultErrorInputStructure, this->GetCurrentLine());
379 return false;
380 }
381 result.Result = ResultOK;
382 return true;
383}
384
385void cmVisualStudioSlnParser::State::IgnoreUntilTag(std::string const& endTag)
386{

Callers 1

ParseImplMethod · 0.45

Calls 2

GetCurrentLineMethod · 0.80
SetErrorMethod · 0.45

Tested by

no test coverage detected