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

Method outgoing_edges

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

Source from the content-addressed store, hash-verified

274};
275
276uint32_t DependencyGraphNode::outgoing_edges() SKR_NOEXCEPT
277{
278 return graph->outgoing_edges(this);
279}
280
281uint32_t DependencyGraphNode::incoming_edges() SKR_NOEXCEPT
282{

Callers 2

on_compileMethod · 0.80
Graph.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected