()
| 28 | } |
| 29 | |
| 30 | func tableNameGen[T waveobj.WaveObj]() string { |
| 31 | var zeroObj T |
| 32 | return tableNameFromOType(zeroObj.GetOType()) |
| 33 | } |
| 34 | |
| 35 | func getOTypeGen[T waveobj.WaveObj]() string { |
| 36 | var zeroObj T |
nothing calls this directly
no test coverage detected