================ idProgram::GetFunction ================ */
| 551 | ================ |
| 552 | */ |
| 553 | ID_INLINE function_t *idProgram::GetFunction( int index ) { |
| 554 | return &functions[ index ]; |
| 555 | } |
| 556 | |
| 557 | /* |
| 558 | ================ |
no outgoing calls
no test coverage detected