| 2471 | } |
| 2472 | |
| 2473 | auto TaskGraphDebugUi::dec_refcnt(ImplHandle const * object) -> u64 |
| 2474 | { |
| 2475 | return object->dec_refcnt( |
| 2476 | ImplTaskGraphDebugUi::zero_ref_callback, |
| 2477 | nullptr); |
| 2478 | } |
| 2479 | |
| 2480 | void ImplTaskGraphDebugUi::zero_ref_callback(ImplHandle const * handle) |
| 2481 | { |
nothing calls this directly
no outgoing calls
no test coverage detected