Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/KhronosGroup/Vulkan-Docs
/ DiGraphNode
Class
DiGraphNode
scripts/extdependency.py:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
visit_me.append(y)
82
83
class
DiGraphNode:
84
def
__init__(self):
85
# Set of adjacent of nodes.
86
self.adj = set()
87
88
class
ApiDependencies:
89
def
__init__(self,
Callers
1
add_node
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected