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

Method GetCaptureType

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:3213–3216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3211}
3212
3213BfType* BfMethodRefType::GetCaptureType(int captureDataIdx)
3214{
3215 return mMethodRef->GetParamType(mDataToParamIdx[captureDataIdx]);
3216}
3217
3218int BfMethodRefType::GetDataIdxFromParamIdx(int paramIdx)
3219{

Callers 8

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

Calls 1

GetParamTypeMethod · 0.45

Tested by

no test coverage detected