--------------------------------------------------------------
| 525 | |
| 526 | // -------------------------------------------------------------- |
| 527 | bool |
| 528 | Variable::is_argument(void) const |
| 529 | { |
| 530 | // JYTODO: need stronger criteria? |
| 531 | return (name.find("p_") == 0); |
| 532 | } |
| 533 | |
| 534 | // -------------------------------------------------------------- |
| 535 | bool |
no outgoing calls
no test coverage detected