()
| 528 | } |
| 529 | |
| 530 | func (m testModuleEponymousOnly) DestroyModule() {} |
| 531 | |
| 532 | func (v *testVTabEponymousOnly) BestIndex(cst []InfoConstraint, ob []InfoOrderBy) (*IndexResult, error) { |
| 533 | used := make([]bool, 0, len(cst)) |
nothing calls this directly
no outgoing calls
no test coverage detected