MCPcopy 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

46static std::mutex threadFunctionsMutex;
47
48static const char* getNodeName(Node* node)
49{
50 const char* name = typeid(*node).name() + 6;
51 return name;
52}
53
54ImVec2 cocos_to_vec2(const ax::Point& a)
55{

Callers 1

generateTreeFunction · 0.70

Calls 1

nameMethod · 0.80

Tested by

no test coverage detected