Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetParamCount
Method
GetParamCount
IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1152–1155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1150
}
1151
1152
int BfMethodInstance::GetParamCount()
1153
{
1154
return (int)mParams.size();
1155
}
1156
1157
int BfMethodInstance::GetImplicitParamCount()
1158
{
Callers
15
AddDeferredCallEntry
Method · 0.45
EmitDeferredCall
Method · 0.45
EmitDeferredCallProcessor
Method · 0.45
CreateFakeCallerMethod
Method · 0.45
CreateTypeData
Method · 0.45
AllocFromType
Method · 0.45
GetGenericParamAndReturnCount
Method · 0.45
MethodToString
Method · 0.45
CompareMethodSignatures
Method · 0.45
IsCompatibleInterfaceMethod
Method · 0.45
TryConstCalcAppend
Method · 0.45
EmitDtorBody
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected