Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3229
int BfMethodRefType::GetParamIdxFromDataIdx(int dataIdx)
3230
{
3231
return mDataToParamIdx[dataIdx];
3232
}
3233
3234
bool BfMethodRefType::WantsDataPassedAsSplat(int dataIdx)
3235
{
Callers
4
CreateValueTypeEqualsMethod
Method · 0.80
SetupIRMethod
Method · 0.80
ProcessMethod
Method · 0.80
CreateCall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected