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

Function sqlite3_dbdata_init

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

Source from the content-addressed store, hash-verified

11183
11184#endif
11185int sqlite3_dbdata_init(
11186 sqlite3 *db,
11187 char **pzErrMsg,
11188 const sqlite3_api_routines *pApi
11189){
11190 SQLITE_EXTENSION_INIT2(pApi);
11191 return sqlite3DbdataRegister(db);
11192}
11193
11194/************************* End ../ext/misc/dbdata.c ********************/
11195#endif

Callers 1

open_dbFunction · 0.85

Calls 1

sqlite3DbdataRegisterFunction · 0.85

Tested by

no test coverage detected