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

Method EponymousOnlyModule

_example/vtable_eponymous_only/vtable.go:11–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type seriesModule struct{}
10
11func (m *seriesModule) EponymousOnlyModule() {}
12
13func (m *seriesModule) Create(c *sqlite3.SQLiteConn, args []string) (sqlite3.VTab, error) {
14 err := c.DeclareVTab(fmt.Sprintf(`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected