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

Method IsTestMethod

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:1076–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1074}
1075
1076bool BfMethodInstance::IsTestMethod()
1077{
1078 return (mMethodInfoEx != NULL) && (mMethodInfoEx->mMethodCustomAttributes != NULL) && (mMethodInfoEx->mMethodCustomAttributes->mCustomAttributes != NULL) &&
1079 (mMethodInfoEx->mMethodCustomAttributes->mCustomAttributes != NULL) && (mMethodInfoEx->mMethodCustomAttributes->mCustomAttributes->Contains(GetOwner()->mModule->mCompiler->mTestAttributeTypeDef));
1080}
1081
1082bool BfMethodInstance::AllowsSplatting(int paramIdx)
1083{

Callers

nothing calls this directly

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected