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

Method EponymousOnlyModule

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

Source from the content-addressed store, hash-verified

643type EponymousOnlyModule interface {
644 Module
645 EponymousOnlyModule()
646}
647
648// 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