/////////////////////////////////////////////////////////////////////////// ApplicationContext::EmptyComponentHolder begin
| 190 | //////////////////////////////////////////////////////////////////////////////// |
| 191 | // ApplicationContext::EmptyComponentHolder begin |
| 192 | ApplicationContext::EmptyComponentHolder::EmptyComponentHolder() noexcept |
| 193 | : ComponentHolder {static_cast<Void*>(nullptr)} {} |
| 194 | |
| 195 | Any ApplicationContext::EmptyComponentHolder::create_instance() noexcept { |
| 196 | return {}; |
nothing calls this directly
no outgoing calls
no test coverage detected