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