================ idInterpreter::GetCurrentFunction ================ */
| 376 | ================ |
| 377 | */ |
| 378 | const function_t *idInterpreter::GetCurrentFunction( void ) const { |
| 379 | return currentFunction; |
| 380 | } |
| 381 | |
| 382 | /* |
| 383 | ================ |
no outgoing calls
no test coverage detected