(table string)
| 92 | } |
| 93 | |
| 94 | func dropTable(table string) { |
| 95 | dropTableWithDb(db, table) |
| 96 | } |
| 97 | |
| 98 | func createInitTableWithDb(db gdb.DB, table ...string) (name string) { |
| 99 | name = createTableWithDb(db, table...) |
no test coverage detected
searching dependent graphs…