Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ unread
Method
unread
source/game/StarQuests.cpp:421–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
419
}
420
421
bool Quest::unread() const {
422
return m_unread;
423
}
424
425
void Quest::markAsRead() {
426
m_unread = false;
Callers
1
showQuests
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected