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

Function MakeInterfacePair

IDEHelper/Compiler/BfCompiler.cpp:2813–2818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2811}
2812
2813static InterfacePair MakeInterfacePair(BfTypeInstance* iface1, BfTypeInstance* iface2)
2814{
2815 if (iface1->mTypeId < iface2->mTypeId)
2816 return InterfacePair(iface1, iface2);
2817 return InterfacePair(iface2, iface1);
2818}
2819
2820struct InterfacePairHash
2821{

Callers 1

SlowGenerateSlotNumsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected