| 24 | } |
| 25 | |
| 26 | int InplaceExecutor::invoke(MoveOnlyFunction<void(void)>&& function) noexcept { |
| 27 | RunnerScope scope {*this}; |
| 28 | function(); |
| 29 | return 0; |
| 30 | } |
| 31 | // InplaceExecutor end |
| 32 | //////////////////////////////////////////////////////////////////////////////// |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected