| 270 | construct_times++; |
| 271 | } |
| 272 | int initialize() { |
| 273 | initialize_times++; |
| 274 | return 0; |
| 275 | } |
| 276 | }; |
| 277 | context.register_component(DefaultComponentHolder<S>::create()); |
| 278 | auto ptr = context.component_accessor<S>().get(); |
nothing calls this directly
no outgoing calls
no test coverage detected