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

Method IsInGeneric

IDEHelper/Compiler/BfModule.cpp:16047–16050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16045}
16046
16047bool BfModule::IsInGeneric()
16048{
16049 return ((mCurMethodInstance != NULL) && (mCurMethodInstance->GetNumGenericArguments() != 0)) || (mCurTypeInstance->IsGenericTypeInstance());
16050}
16051
16052bool BfModule::InDefinitionSection()
16053{

Callers 3

MatchMethodMethod · 0.80

Calls 2

IsGenericTypeInstanceMethod · 0.45

Tested by

no test coverage detected