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

Method GetFakeFunction

IDEHelper/Compiler/BfIRBuilder.cpp:4189–4195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4187}
4188
4189BfIRFunction BfIRBuilder::GetFakeFunction()
4190{
4191 BfIRFunction func;
4192 //func.mFlags = BfIRValueFlags_Func;
4193 func.mId = GetFakeId();
4194 return func;
4195}
4196
4197BfIRType BfIRBuilder::GetPrimitiveType(BfTypeCode typeCode)
4198{

Callers 1

GetBuiltInFuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected