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

Method HasAppend

IDEHelper/Compiler/BfSystem.h:997–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

995 static BfImportKind GetImportKindFromPath(const StringImpl& filePath);
996 bool HasNoThisSplat() { return mIsMutating || mIsNoSplat; }
997 bool HasAppend() { return mAppendKind != BfAllowAppendKind_No; }
998 void Reset();
999 void FreeMembers();
1000 BfMethodDeclaration* GetMethodDeclaration();

Callers 11

DoObjectCreateMethod · 0.80
CallBaseCtorCalcMethod · 0.80
EmitCtorBodyMethod · 0.80
GetMethodInfoMethod · 0.80
FixitAddConstructorMethod · 0.80
FinishTypeDefMethod · 0.80
CompareMethodsMethod · 0.80
CheckMethodMethod · 0.80
MatchConstructorMethod · 0.80
CreateObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected