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

Method TypedConfigurations

src/thundersvm/util/log.cpp:1536–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1534// TypedConfigurations
1535
1536 TypedConfigurations::TypedConfigurations(Configurations* configurations,
1537 base::LogStreamsReferenceMap* logStreamsReference) {
1538 m_configurations = configurations;
1539 m_logStreamsReference = logStreamsReference;
1540 build(m_configurations);
1541 }
1542
1543 TypedConfigurations::TypedConfigurations(const TypedConfigurations& other) {
1544 this->m_configurations = other.m_configurations;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected