MCPcopy Create free account
hub / github.com/mattn/go-sqlite3 / githubModule

Struct githubModule

_example/vtable/vtable.go:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type githubModule struct {
20}
21
22func (m *githubModule) Create(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) {
23 err := c.DeclareVTab(fmt.Sprintf(`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected