| 175 | } |
| 176 | |
| 177 | RuntimeInfo Executor::getRuntime() { |
| 178 | auto glo = ExecutorScope::Current(); |
| 179 | return glo->mRuntimeInfo; |
| 180 | } |
| 181 | bool Executor::getComputeInfo(EXPRP expr, Interpreter::SessionInfoCode code, void* ptr) { |
| 182 | if (nullptr == expr) { |
| 183 | return false; |
no outgoing calls