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