Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blizzard4591/openMittsu
/ getQueryObject
Method
getQueryObject
src/database/SimpleDatabase.cpp:1820–1822 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1818
}
1819
1820
QSqlQuery SimpleDatabase::getQueryObject() const {
1821
return QSqlQuery(database);
1822
}
1823
1824
bool SimpleDatabase::transactionStart() {
1825
return database.transaction();
Callers
15
seek
Method · 0.80
seekByUuid
Method · 0.80
getFollowingMessageId
Method · 0.80
getFirstOrLastMessageId
Method · 0.80
getLastMessages
Method · 0.80
deleteMessage
Method · 0.80
exists
Method · 0.80
insertGroupMessage
Method · 0.80
resetQueueStatus
Method · 0.80
insertGroupMessagesFromBackup
Method · 0.80
getReadonlyMessage
Method · 0.80
deletionHelper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected