Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
static int initSQLite() {
269
return sqlite_init();
270
}
271
272
static int finishSQLite() {
273
return sqlite_exit();
Callers
1
initVitaShell
Function · 0.85
Calls
1
sqlite_init
Function · 0.85
Tested by
no test coverage detected