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

Method IsImplicitCapture

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1326–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326bool BfMethodInstance::IsImplicitCapture(int paramIdx)
1327{
1328 if (paramIdx == -1)
1329 return false;
1330 BfMethodParam* methodParam = &mParams[paramIdx];
1331 if (methodParam->mParamDefIdx == -1)
1332 return true;
1333 return false;
1334}
1335
1336BfExpression* BfMethodInstance::GetParamInitializer(int paramIdx)
1337{

Callers 3

CheckMethodMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected