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

Method GetTargetable

IDEHelper/Compiler/BfModule.h:540–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538 }
539
540 BfScopeData* GetTargetable()
541 {
542 if (!mAllowTargeting)
543 return mPrevScope->GetTargetable();
544 return this;
545 }
546
547 bool IsLooped(BfScopeData* scopeData)
548 {

Callers 2

VisitMethod · 0.80
ResolveAllocTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected