Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HailToDodongo/pyrite64
/ getGraphFuncByUUID
Function
getGraphFuncByUUID
data/scripts/scriptTable.cpp:42–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
NodeGraph::GraphFunc getGraphFuncByUUID(uint64_t uuid)
43
{
44
switch (uuid)
45
{
46
__GRAPH_SWITCH_CASE__
47
default: return nullptr;
48
}
49
}
50
}
Callers
1
load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected