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

Method IsMixin

IDEHelper/Compiler/BfResolvedTypeUtils.h:980–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978 void CopyFrom(BfMethodInstance* methodInstance);
979
980 bool IsMixin()
981 {
982 return mMethodDef->mMethodType == BfMethodType_Mixin;
983 }
984
985 BfImportKind GetImportKind();
986 BfMethodFlags GetMethodFlags();

Callers 5

VisitCodeBlockMethod · 0.80
VisitMethod · 0.80
FindScopeMethod · 0.80
CreateCallMethod · 0.80
CheckModifyResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected