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

Method Connect

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

Source from the content-addressed store, hash-verified

42}
43
44func (m *githubModule) Connect(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) {
45 return m.Create(c, args)
46}
47
48func (m *githubModule) DestroyModule() {}
49

Callers

nothing calls this directly

Calls 1

CreateMethod · 0.95

Tested by

no test coverage detected