Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetFuncType
Method
GetFuncType
IDEHelper/Backend/BeModule.h:599–603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
}
598
599
BeFunctionType* GetFuncType()
600
{
601
BF_ASSERT(mType->IsPointer());
602
return (BeFunctionType*)(((BePointerType*)mType)->mElementType);
603
}
604
605
bool IsDecl()
606
{
Callers
6
HandleParams
Method · 0.80
Build
Method · 0.80
GetType
Method · 0.80
ToString
Method · 0.80
HandleNextCmd
Method · 0.80
HandleParams
Method · 0.80
Calls
1
IsPointer
Method · 0.45
Tested by
no test coverage detected