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

Method EponymousOnlyModule

sqlite3_opt_vtable.go:688–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

686type EponymousOnlyModule interface {
687 Module
688 EponymousOnlyModule()
689}
690
691// VTab describes a particular instance of the virtual table.

Callers

nothing calls this directly

Implementers 2

testModuleEponymousOnlysqlite3_opt_vtable_test.go
seriesModule_example/vtable_eponymous_only/vtable.

Calls

no outgoing calls

Tested by

no test coverage detected