| 277 | } |
| 278 | |
| 279 | void compose_partial_cancellation_handler( |
| 280 | int* count, bool* result_out, bool result) |
| 281 | { |
| 282 | ++(*count); |
| 283 | *result_out = result; |
| 284 | } |
| 285 | |
| 286 | void compose_default_cancellation_test() |
| 287 | { |
nothing calls this directly
no outgoing calls
no test coverage detected