| 17 | } |
| 18 | |
| 19 | type githubModule struct { |
| 20 | } |
| 21 | |
| 22 | func (m *githubModule) Create(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) { |
| 23 | err := c.DeclareVTab(fmt.Sprintf(` |
nothing calls this directly
no outgoing calls
no test coverage detected