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

Function my_create

_example/mod_vtable/sqlite3_mod_vtable.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74static int
75my_create(sqlite3 *db, void *pAux, int argc, const char * const * argv, sqlite3_vtab **ppVTab, char **c) {
76 return my_connect(db, pAux, argc, argv, ppVTab, c);
77}
78
79static int my_disconnect(sqlite3_vtab *pVTab) {
80 sqlite3_free(pVTab);

Callers

nothing calls this directly

Calls 1

my_connectFunction · 0.85

Tested by

no test coverage detected