()
| 515 | } |
| 516 | |
| 517 | func (m testModuleEponymousOnly) DestroyModule() {} |
| 518 | |
| 519 | func (v *testVTabEponymousOnly) BestIndex(cst []InfoConstraint, ob []InfoOrderBy) (*IndexResult, error) { |
| 520 | used := make([]bool, 0, len(cst)) |
nothing calls this directly
no outgoing calls
no test coverage detected