Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
bool Cursor::isDefinition(void) const { return clang_isCursorDefinition(m_handle); }
47
48
CursorType Cursor::getType(void) const { return clang_getCursorType(m_handle); }
49
50
Cursor::List Cursor::getChildren(void) const
51
{
Callers
3
BaseClass
Method · 0.80
Class
Method · 0.80
Field
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected