Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
void cmVisualStudioSlnParser::State::IgnoreUntilTag(std::string const& endTag)
386
{
387
this->Stack.push(FileStateIgnore);
388
this->EndIgnoreTag = endTag;
389
}
390
391
cmVisualStudioSlnParser::ResultData::ResultData() = default;
392
Callers
1
Process
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected