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

Method WantsDataPassedAsSplat

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:3234–3239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3232}
3233
3234bool BfMethodRefType::WantsDataPassedAsSplat(int dataIdx)
3235{
3236 if (dataIdx != -1)
3237 return false;
3238 return mMethodRef->GetParamIsSplat(mDataToParamIdx[dataIdx]);
3239}
3240
3241//////////////////////////////////////////////////////////////////////////
3242

Callers 8

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

Calls 1

GetParamIsSplatMethod · 0.80

Tested by

no test coverage detected