MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / hasParamWithValue

Method hasParamWithValue

src/thundersvm/util/log.cpp:1270–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268 }
1269
1270 bool CommandLineArgs::hasParamWithValue(const char* paramKey) const {
1271 return m_paramsWithValue.find(std::string(paramKey)) != m_paramsWithValue.end();
1272 }
1273
1274 const char* CommandLineArgs::getParamValue(const char* paramKey) const {
1275 std::map<std::string, std::string>::const_iterator iter = m_paramsWithValue.find(std::string(paramKey));

Callers 3

setFromArgsMethod · 0.80
configureFromArgMethod · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected