Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ getNodeName
Function
getNodeName
Source/NodeSerializer.cpp:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
USING_NS_AX;
31
32
static const char* getNodeName(const ax::Node* node)
33
{
34
const char* name = typeid(*node).name() + 6;
35
return name;
36
}
37
38
constexpr int indentation = 2;
39
Callers
1
to_json
Method · 0.70
Calls
1
name
Method · 0.80
Tested by
no test coverage detected