Synchronize a new search with what is in the database. We basically just delete the old one & give it a new entry
| 99 | // Synchronize a new search with what is in the database. We basically |
| 100 | // just delete the old one & give it a new entry |
| 101 | void SearchTable::sync(SavedSearch &search) { |
| 102 | sync(0, search); |
| 103 | } |
| 104 | |
| 105 | |
| 106 |
no test coverage detected