| 405 | }; |
| 406 | |
| 407 | void initLine(LineState& current, sqlite3_stmt* stmt) |
| 408 | { |
| 409 | current.setProt(stmt); |
| 410 | current.setPC(stmt); |
| 411 | current.setFeature(stmt); |
| 412 | } |
| 413 | |
| 414 | |
| 415 | bool nextProtein(OSWProtein& prot, sqlite3_stmt* stmt, Sql::SqlState& rc, LineState& old_line) |
no test coverage detected