================ idProgram::GetFunction ================ */
| 565 | ================ |
| 566 | */ |
| 567 | ID_INLINE function_t *idProgram::GetFunction( int index ) { |
| 568 | return &functions[ index ]; |
| 569 | } |
| 570 | |
| 571 | /* |
| 572 | ================ |
no outgoing calls
no test coverage detected