MCPcopy Create free account
hub / github.com/argotorg/solidity / enable

Method enable

liblangutil/DebugInfoSelection.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94bool DebugInfoSelection::enable(std::string const& _component)
95{
96 auto memberIt = componentMap().find(boost::trim_copy(_component));
97 if (memberIt == componentMap().end())
98 return false;
99
100 this->*(memberIt->second) = true;
101 return true;
102}
103
104bool DebugInfoSelection::any() const noexcept
105{

Callers 3

fromComponentsMethod · 0.80
parseInputMethod · 0.80
processArgsMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected