| 126 | { |
| 127 | using Predicate = decltype(predicate); |
| 128 | struct CallbackArgs |
| 129 | { |
| 130 | Dwfl* dwfl; |
| 131 | Predicate& predicate; |
| 132 | } callback_args = {d_dwfl.get(), predicate}; |
| 133 | |
| 134 | // Remove all modules, except for any that the callback re-adds. |
| 135 | dwfl_report_begin(d_dwfl.get()); |
nothing calls this directly
no outgoing calls
no test coverage detected