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

Method EponymousOnlyModule

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected