--------------------------------------------------------------
| 425 | |
| 426 | // -------------------------------------------------------------- |
| 427 | bool |
| 428 | ArrayVariable::is_global(void) const |
| 429 | { |
| 430 | return parent == 0; |
| 431 | } |
| 432 | |
| 433 | // ------------------------------------------------------------- |
| 434 | bool |
nothing calls this directly
no outgoing calls
no test coverage detected