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

Method HasExecutedOutput

IDEHelper/Compiler/BfModule.cpp:10819–10822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10817}
10818
10819bool BfModule::HasExecutedOutput()
10820{
10821 return ((!mSystem->mIsResolveOnly) && (mGeneratesCode)) || (mIsComptimeModule);
10822}
10823
10824// We will skip the object access check for any occurrences of this value
10825void BfModule::SkipObjectAccessCheck(BfTypedValue typedVal)

Callers 4

VisitMethod · 0.80
GetLambdaInstanceMethod · 0.80
CreateObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected