Generated stub for db_commit_transaction */
| 13 | { fprintf(stderr, "db_begin_transaction_ called!\n"); abort(); } |
| 14 | /* Generated stub for db_commit_transaction */ |
| 15 | void db_commit_transaction(struct db *db UNNEEDED) |
| 16 | { fprintf(stderr, "db_commit_transaction called!\n"); abort(); } |
| 17 | /* Generated stub for db_get_intvar */ |
| 18 | s64 db_get_intvar(struct db *db UNNEEDED, const char *varname UNNEEDED, s64 defval UNNEEDED) |
| 19 | { fprintf(stderr, "db_get_intvar called!\n"); abort(); } |
no test coverage detected