| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected