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

Struct githubModule

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected