| 3414 | // |
| 3415 | |
| 3416 | static const TEXT* status_vector( const act* action) |
| 3417 | { |
| 3418 | if (action && (action->act_error || (action->act_flags & ACT_sql))) |
| 3419 | return "gds__status"; |
| 3420 | |
| 3421 | return "gds__null^"; |
| 3422 | } |
| 3423 | |
| 3424 | |
| 3425 | //____________________________________________________________ |
no outgoing calls
no test coverage detected