Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetDelegateInvokeMethod
Method
GetDelegateInvokeMethod
IDEHelper/Compiler/BfModule.cpp:17287–17290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17285
}
17286
17287
BfMethodInstance* BfModule::GetDelegateInvokeMethod(BfTypeInstance* typeInstance)
17288
{
17289
return GetRawMethodInstanceAtIdx(typeInstance, 0,
"Invoke"
);
17290
}
17291
17292
void BfModule::CreateDelegateInvokeMethod()
17293
{
Callers
1
LoadLocal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected