| 50 | // container |
| 51 | |
| 52 | TiberiumExt::ExtContainer::ExtContainer() : Container("TiberiumClass") { } |
| 53 | TiberiumExt::ExtContainer::~ExtContainer() = default; |
| 54 | |
| 55 | // ============================= |
nothing calls this directly
no outgoing calls
no test coverage detected