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

Method Connect

_example/vtable/vtable.go:36–38  ·  view source on GitHub ↗
(c *sqlite3.SQLiteConn, args []string)

Source from the content-addressed store, hash-verified

34}
35
36func (m *githubModule) Connect(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) {
37 return m.Create(c, args)
38}
39
40func (m *githubModule) DestroyModule() {}
41

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.95

Tested by

no test coverage detected