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

Method IsInSpecializedSection

IDEHelper/Compiler/BfModule.cpp:16071–16075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16069}
16070
16071bool BfModule::IsInSpecializedSection()
16072{
16073 return IsInSpecializedGeneric() ||
16074 ((mCurMethodState != NULL) && (mCurMethodState->mMixinState != NULL));
16075}
16076
16077bool BfModule::IsInUnspecializedGeneric()
16078{

Callers 7

LookupFieldMethod · 0.80
MatchConstructorMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected