| 2231 | } |
| 2232 | |
| 2233 | Expansion* FullInstrumentExpansion::getCurrentFullExpansion(const MainController* mc) |
| 2234 | { |
| 2235 | if (!isEnabled(mc)) |
| 2236 | return nullptr; |
| 2237 | |
| 2238 | return mc->getExpansionHandler().getCurrentExpansion(); |
| 2239 | } |
| 2240 | |
| 2241 | void FullInstrumentExpansion::expansionPackLoaded(Expansion* e) |
| 2242 | { |
nothing calls this directly
no test coverage detected