MCPcopy Create free account
hub / github.com/beefytech/Beef / GetCaptureDataCount

Method GetCaptureDataCount

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:3206–3211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3204//////////////////////////////////////////////////////////////////////////
3205
3206int BfMethodRefType::GetCaptureDataCount()
3207{
3208 if (mMethodRef == NULL)
3209 return 0;
3210 return (int)mDataToParamIdx.size();
3211}
3212
3213BfType* BfMethodRefType::GetCaptureType(int captureDataIdx)
3214{

Callers 8

AggregateSplatMethod · 0.80
SetupIRMethodMethod · 0.80
ProcessMethodMethod · 0.80
CreateTypeDeclarationMethod · 0.80
SplatIterateMethod · 0.80
SplatArgsMethod · 0.80
CreateCallMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected