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

Method BaseHasAppendCtor

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:2517–2526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2515}
2516
2517bool BfTypeInstance::BaseHasAppendCtor()
2518{
2519 if (mBaseType != NULL)
2520 {
2521 if (mBaseType->HasAppendCtor())
2522 return true;
2523 return mBaseType->BaseHasAppendCtor();
2524 }
2525 return false;
2526}
2527
2528bool BfTypeInstance::HasAppendedField(bool checkBase)
2529{

Callers 2

EmitDtorBodyMethod · 0.80
EmitGCMarkMembersMethod · 0.80

Calls 1

HasAppendCtorMethod · 0.80

Tested by

no test coverage detected