MCPcopy 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
7916int sqlite3LockStmtTables(sqlite3_stmt *pStmt)
7917{
7918 return sqlite3LockStmtTables_int(pStmt, 0);
7919}
7920
7921int sqlite3LockStmtTablesRecover(sqlite3_stmt *pStmt)
7922{

Callers 4

get_prepared_stmt_intFunction · 0.85
chunk_transactionFunction · 0.85
stmt_cache_getFunction · 0.85
setup_first_sqlite_stepFunction · 0.85

Calls 1

Tested by

no test coverage detected