Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddOption
Method
AddOption
Source/cmInstrumentation.cxx:931–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
929
}
930
931
void cmInstrumentation::AddOption(cmInstrumentationQuery::Option option)
932
{
933
this->options.insert(option);
934
}
935
936
std::string const& cmInstrumentation::GetCDashDir() const
937
{
Callers
1
ReadJSONQuery
Method · 0.95
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected