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

Method GetModule

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295BfModule* BfType::GetModule()
296{
297 if (mContext->mCompiler->mOptions.mCompileOnDemandKind == BfCompileOnDemandKind_AlwaysInclude)
298 return mContext->mScratchModule;
299 else
300 return mContext->mUnreifiedModule;
301}
302
303BfTypeInstance* BfType::FindUnderlyingTypeInstance()
304{

Callers 15

AddDependencyMethod · 0.45
ProcessWorkListMethod · 0.45
PopulateTypeMethod · 0.45
AddMethodToWorkListMethod · 0.45
ptbfFunction · 0.45
ptFunction · 0.45
IsTypeUsedMethod · 0.45
ProcessPurgatoryMethod · 0.45
PopulateReifiedMethod · 0.45
DoCompileMethod · 0.45
CreateTypeDeclarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected