Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ getNodeName
Function
getNodeName
Source/CocosExplorer.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
static std::mutex threadFunctionsMutex;
47
48
static const char* getNodeName(Node* node)
49
{
50
const char* name = typeid(*node).name() + 6;
51
return name;
52
}
53
54
ImVec2 cocos_to_vec2(const ax::Point& a)
55
{
Callers
1
generateTree
Function · 0.70
Calls
1
name
Method · 0.80
Tested by
no test coverage detected