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

Method setParentApplicationName

include/thundersvm/util/log.h:2290–2292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2288 }
2289
2290 inline void setParentApplicationName(const std::string& parentApplicationName) {
2291 m_parentApplicationName = parentApplicationName;
2292 }
2293
2294 inline Configurations* configurations(void) {
2295 return &m_configurations;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected