MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / sqlite3CompletionVtabInit

Function sqlite3CompletionVtabInit

modules/dasSQLITE/sqlite/shell.c:6973–6979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6971#endif /* SQLITE_OMIT_VIRTUALTABLE */
6972
6973int sqlite3CompletionVtabInit(sqlite3 *db){
6974 int rc = SQLITE_OK;
6975#ifndef SQLITE_OMIT_VIRTUALTABLE
6976 rc = sqlite3_create_module(db, "completion", &completionModule, 0);
6977#endif
6978 return rc;
6979}
6980
6981#ifdef _WIN32
6982

Callers 1

sqlite3_completion_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected