()
| 514 | } |
| 515 | |
| 516 | func (m testModuleEponymousOnly) EponymousOnlyModule() {} |
| 517 | |
| 518 | func (m testModuleEponymousOnly) Create(c *SQLiteConn, args []string) (VTab, error) { |
| 519 | err := c.DeclareVTab("CREATE TABLE x(test INT)") |
nothing calls this directly
no outgoing calls
no test coverage detected