================ idInterpreter::GetCallstack ================ */
| 367 | ================ |
| 368 | */ |
| 369 | const prstack_t *idInterpreter::GetCallstack( void ) const { |
| 370 | return &callStack[ 0 ]; |
| 371 | } |
| 372 | |
| 373 | /* |
| 374 | ================ |
no outgoing calls
no test coverage detected