================ idThread::IsDoneProcessing ================ */
| 318 | ================ |
| 319 | */ |
| 320 | ID_INLINE bool idThread::IsDoneProcessing ( void ) { |
| 321 | return interpreter.doneProcessing; |
| 322 | } |
| 323 | |
| 324 | /* |
| 325 | ================ |
no outgoing calls
no test coverage detected