| 10817 | } |
| 10818 | |
| 10819 | bool 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 |
| 10825 | void BfModule::SkipObjectAccessCheck(BfTypedValue typedVal) |
no outgoing calls
no test coverage detected