Generated stub for db_in_transaction */
| 49 | { fprintf(stderr, "db_commit_transaction called!\n"); abort(); } |
| 50 | /* Generated stub for db_in_transaction */ |
| 51 | bool db_in_transaction(struct db *db UNNEEDED) |
| 52 | { fprintf(stderr, "db_in_transaction called!\n"); abort(); } |
| 53 | /* Generated stub for fatal */ |
| 54 | void fatal(const char *fmt UNNEEDED, ...) |
| 55 | { fprintf(stderr, "fatal called!\n"); abort(); } |
no test coverage detected