MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / incoming_edges

Method incoming_edges

modules/core/core/src/graph/build.dag.cpp:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

on_compileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected