| 18 | } |
| 19 | |
| 20 | type githubModule struct { |
| 21 | } |
| 22 | |
| 23 | func (m *githubModule) Create(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) { |
| 24 | // args holds the raw xCreate arguments: args[0] is the module name, |
nothing calls this directly
no outgoing calls
no test coverage detected