| 279 | } |
| 280 | |
| 281 | uint32_t DependencyGraphNode::incoming_edges() SKR_NOEXCEPT |
| 282 | { |
| 283 | return graph->incoming_edges(this); |
| 284 | } |
| 285 | |
| 286 | uint32_t DependencyGraphNode::foreach_neighbors(skr::stl_function<void(DependencyGraphNode* neig)> f) SKR_NOEXCEPT |
| 287 | { |