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

Method empty

src/thundersvm/util/log.cpp:1283–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1281 }
1282
1283 bool CommandLineArgs::empty(void) const {
1284 return m_params.empty() && m_paramsWithValue.empty();
1285 }
1286
1287 std::size_t CommandLineArgs::size(void) const {
1288 return m_params.size() + m_paramsWithValue.size();

Callers 13

init_fMethod · 0.45
parseLineMethod · 0.45
createPathMethod · 0.45
getDeviceNameMethod · 0.45
getULongMethod · 0.45
insertFileMethod · 0.45
setModulesMethod · 0.45
allowedMethod · 0.45
cleanMethod · 0.45
emptyQueueMethod · 0.45
log.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected