MCPcopy 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
1152int BfMethodInstance::GetParamCount()
1153{
1154 return (int)mParams.size();
1155}
1156
1157int BfMethodInstance::GetImplicitParamCount()
1158{

Callers 15

AddDeferredCallEntryMethod · 0.45
EmitDeferredCallMethod · 0.45
CreateTypeDataMethod · 0.45
AllocFromTypeMethod · 0.45
MethodToStringMethod · 0.45
TryConstCalcAppendMethod · 0.45
EmitDtorBodyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected