Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ last_insert_rowid
Method
last_insert_rowid
dlib/sqlite/sqlite.h:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
);
98
99
int64 last_insert_rowid (
100
) const
101
{
102
return sqlite3_last_insert_rowid(db.get());
103
}
104
105
private:
106
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected