MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / dec_refcnt

Method dec_refcnt

src/utils/impl_task_graph_ui.cpp:2473–2478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected