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

Method HadSlotCountDependency

IDEHelper/Compiler/BfModule.cpp:15585–15592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15583}
15584
15585void BfModule::HadSlotCountDependency()
15586{
15587 if (mCompiler->mIsResolveOnly)
15588 return;
15589 BF_ASSERT(!mBfIRBuilder->mIgnoreWrites);
15590 BF_ASSERT((mUsedSlotCount == BF_MAX(mCompiler->mMaxInterfaceSlots, 0)) || (mUsedSlotCount == -1));
15591 mUsedSlotCount = BF_MAX(mCompiler->mMaxInterfaceSlots, 0);
15592}
15593
15594BfTypedValue BfModule::GetCompilerFieldValue(const StringImpl& str)
15595{

Callers 2

CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected