(table ...string)
| 56 | } |
| 57 | |
| 58 | func createTable(table ...string) string { |
| 59 | return createTableWithDb(db, table...) |
| 60 | } |
| 61 | |
| 62 | func createInitTable(table ...string) string { |
| 63 | return createInitTableWithDb(db, table...) |
no test coverage detected
searching dependent graphs…