Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
uint32_t DependencyGraphNode::outgoing_edges() SKR_NOEXCEPT
277
{
278
return graph->outgoing_edges(this);
279
}
280
281
uint32_t DependencyGraphNode::incoming_edges() SKR_NOEXCEPT
282
{
Callers
2
on_compile
Method · 0.80
Graph.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected