MCPcopy Create free account
hub / github.com/audacity/audacity / sqlite3CompletionVtabInit

Function sqlite3CompletionVtabInit

lib-src/sqlite/shell.c:3600–3606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598#endif /* SQLITE_OMIT_VIRTUALTABLE */
3599
3600int sqlite3CompletionVtabInit(sqlite3 *db){
3601 int rc = SQLITE_OK;
3602#ifndef SQLITE_OMIT_VIRTUALTABLE
3603 rc = sqlite3_create_module(db, "completion", &completionModule, 0);
3604#endif
3605 return rc;
3606}
3607
3608#ifdef _WIN32
3609

Callers 1

sqlite3_completion_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected