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

Method AddFieldDef

IDEHelper/Compiler/BfCompiler.cpp:8799–8804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8797 };
8798
8799 void AddFieldDef(BfFieldDef* fieldDef)
8800 {
8801 mResult += "\t";
8802 AddLocation(fieldDef->GetRefNode());
8803 mResult += "\n";
8804 }
8805
8806 void AddPropertyDef(BfTypeDef* typeDef, BfPropertyDef* propDef)
8807 {

Callers 2

GetTypeDefMatchesMethod · 0.80
GetTypeDefInfoMethod · 0.80

Calls 1

GetRefNodeMethod · 0.45

Tested by

no test coverage detected