| 109 | } |
| 110 | |
| 111 | SerialExecutor* SerialExecutor::GetCurrentExecutor() { |
| 112 | return GetSerialExecutorGlobalState()->current_executor; |
| 113 | } |
| 114 | |
| 115 | bool SerialExecutor::IsCurrentExecutor() { return GetCurrentExecutor() == this; } |
| 116 |
nothing calls this directly
no test coverage detected