| 914 | struct TaskGraph : ManagedPtr<TaskGraph, ImplTaskGraph *> |
| 915 | { |
| 916 | TaskGraph() = default; |
| 917 | |
| 918 | DAXA_EXPORT_CXX TaskGraph(TaskGraphInfo const & info); |
| 919 | DAXA_EXPORT_CXX ~TaskGraph(); |
nothing calls this directly
no outgoing calls
no test coverage detected