MCPcopy 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
17287BfMethodInstance* BfModule::GetDelegateInvokeMethod(BfTypeInstance* typeInstance)
17288{
17289 return GetRawMethodInstanceAtIdx(typeInstance, 0, "Invoke");
17290}
17291
17292void BfModule::CreateDelegateInvokeMethod()
17293{

Callers 1

LoadLocalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected