| 56 | // container |
| 57 | |
| 58 | CellExt::ExtContainer::ExtContainer() : Container("CellClass") { } |
| 59 | CellExt::ExtContainer::~ExtContainer() = default; |
| 60 | |
| 61 | bool CellExt::ExtContainer::InvalidateExtDataIgnorable(void* const ptr) const |
nothing calls this directly
no outgoing calls
no test coverage detected