MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / demangle

Function demangle

include/behaviortree_cpp/utils/demangle_util.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76{}
77
78inline std::string demangle(char const* name)
79{
80 return name;
81}
82
83#endif
84

Callers 15

createNodeFromXMLMethod · 0.85
addNodeModelToXMLFunction · 0.85
debugMessageMethod · 0.85
createEntryImplMethod · 0.85
convertFromStringFunction · 0.85
toStrFunction · 0.85
TypeInfoMethod · 0.85
setMethod · 0.85
addConverterMethod · 0.85
tickMethod · 0.85
errorMsgMethod · 0.85
tryCastWithRegistryMethod · 0.85

Calls 2

nameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected