Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ sqlite3LockStmtTables
Function
sqlite3LockStmtTables
db/sqlglue.c:7916–7919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7914
}
7915
7916
int sqlite3LockStmtTables(sqlite3_stmt *pStmt)
7917
{
7918
return sqlite3LockStmtTables_int(pStmt, 0);
7919
}
7920
7921
int sqlite3LockStmtTablesRecover(sqlite3_stmt *pStmt)
7922
{
Callers
4
get_prepared_stmt_int
Function · 0.85
chunk_transaction
Function · 0.85
stmt_cache_get
Function · 0.85
setup_first_sqlite_step
Function · 0.85
Calls
1
sqlite3LockStmtTables_int
Function · 0.85
Tested by
no test coverage detected