MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / initSQLite

Function initSQLite

init.c:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static int initSQLite() {
269 return sqlite_init();
270}
271
272static int finishSQLite() {
273 return sqlite_exit();

Callers 1

initVitaShellFunction · 0.85

Calls 1

sqlite_initFunction · 0.85

Tested by

no test coverage detected