| 400 | } |
| 401 | |
| 402 | void Executor::RuntimeManager::setExternalFile(std::string fileName) { |
| 403 | mInside->mContent->mExternalFile = fileName; |
| 404 | } |
| 405 | |
| 406 | void Executor::RuntimeManager::updateCache() { |
| 407 | if (nullptr == mInside->mCache) { |
no outgoing calls
no test coverage detected