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

Method getType

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

Source from the content-addressed store, hash-verified

46bool Cursor::isDefinition(void) const { return clang_isCursorDefinition(m_handle); }
47
48CursorType Cursor::getType(void) const { return clang_getCursorType(m_handle); }
49
50Cursor::List Cursor::getChildren(void) const
51{

Callers 3

BaseClassMethod · 0.80
ClassMethod · 0.80
FieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected