| 182 | { |
| 183 | public: |
| 184 | explicit FutureResultAction(process::Future<R>* future, const A& action) |
| 185 | : future(future), |
| 186 | action(action) {} |
| 187 | |
| 188 | template <typename F> |
| 189 | operator ::testing::Action<F>() const |
nothing calls this directly
no outgoing calls
no test coverage detected