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

Method GetParamIdxFromDataIdx

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:3229–3232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3227}
3228
3229int BfMethodRefType::GetParamIdxFromDataIdx(int dataIdx)
3230{
3231 return mDataToParamIdx[dataIdx];
3232}
3233
3234bool BfMethodRefType::WantsDataPassedAsSplat(int dataIdx)
3235{

Callers 4

SetupIRMethodMethod · 0.80
ProcessMethodMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected