/////////////////////////////////////////////////////////////////////////// ApplicationContext::ComponentHolder begin
| 104 | //////////////////////////////////////////////////////////////////////////////// |
| 105 | // ApplicationContext::ComponentHolder begin |
| 106 | Any ApplicationContext::ComponentHolder::create( |
| 107 | ApplicationContext& context) noexcept { |
| 108 | return create(context, _option); |
| 109 | } |
| 110 | |
| 111 | Any ApplicationContext::ComponentHolder::create(ApplicationContext& context, |
| 112 | const Any& option) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected