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

Method zero_ref_callback

src/utils/impl_task_graph_ui.cpp:2480–2484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2478 }
2479
2480 void ImplTaskGraphDebugUi::zero_ref_callback(ImplHandle const * handle)
2481 {
2482 auto const * self = r_cast<ImplTaskGraphDebugUi const *>(handle);
2483 delete self;
2484 }
2485
2486 auto TaskGraphDebugUi::update(TaskGraph & task_graph) -> bool
2487 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected