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

Method UnreifyModule

IDEHelper/Compiler/BfModule.cpp:1190–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void BfModule::UnreifyModule()
1191{
1192 BfLogSysM("UnreifyModule %p %s\n", this, mModuleName.c_str());
1193 BF_ASSERT((this != mContext->mScratchModule) && (this != mContext->mUnreifiedModule));
1194 mIsReified = false;
1195 CalcGeneratesCode();
1196 mReifyQueued = false;
1197 StartNewRevision(RebuildKind_None, true);
1198 mCompiler->mStats.mModulesUnreified++;
1199}
1200
1201void BfModule::CleanupFileInstances()
1202{

Callers 2

StartNewRevisionMethod · 0.80
TryUnreifyModulesMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected