Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blizzard4591/openMittsu
/ getIsOutbox
Method
getIsOutbox
src/backup/ContactMessageBackupObject.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool ContactMessageBackupObject::getIsOutbox() const {
41
return m_isOutbox;
42
}
43
44
bool ContactMessageBackupObject::getIsRead() const {
45
return m_isRead;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected