MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / getDisplayName

Method getDisplayName

engine/source/meta_parser/parser/cursor/cursor.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19std::string Cursor::getDisplayName(void) const
20{
21 std::string display_name;
22
23 Utils::toString(clang_getCursorDisplayName(m_handle), display_name);
24
25 return display_name;
26}
27
28std::string Cursor::getSourceFile(void) const
29{

Callers 2

ClassMethod · 0.80
extractPropertiesMethod · 0.80

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected