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

Method commandLineArgs

include/thundersvm/util/log.h:2639–2641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2637#endif // ELPP_ASYNC_LOGGING
2638
2639 inline const base::utils::CommandLineArgs* commandLineArgs(void) const {
2640 return &m_commandLineArgs;
2641 }
2642
2643 inline void addFlag(LoggingFlag flag) {
2644 base::utils::addFlag(flag, &m_flags);

Callers 1

commandLineArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected