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

Method EponymousOnlyModule

sqlite3_opt_vtable_test.go:516–516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514}
515
516func (m testModuleEponymousOnly) EponymousOnlyModule() {}
517
518func (m testModuleEponymousOnly) Create(c *SQLiteConn, args []string) (VTab, error) {
519 err := c.DeclareVTab("CREATE TABLE x(test INT)")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected