| 1348 | inline bool is_stmt_prepare_or_first_stmt_execute() const |
| 1349 | { return (int)state <= (int)STMT_PREPARED; } |
| 1350 | inline bool is_stmt_execute() const |
| 1351 | { return state == STMT_PREPARED || state == STMT_EXECUTED; } |
| 1352 | inline bool is_conventional() const |
| 1353 | { return state == STMT_CONVENTIONAL_EXECUTION; } |
| 1354 |
no outgoing calls
no test coverage detected