MCPcopy 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

30USING_NS_AX;
31
32static const char* getNodeName(const ax::Node* node)
33{
34 const char* name = typeid(*node).name() + 6;
35 return name;
36}
37
38constexpr int indentation = 2;
39

Callers 1

to_jsonMethod · 0.70

Calls 1

nameMethod · 0.80

Tested by

no test coverage detected