Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isTracked
Method
isTracked
source/game/StarQuestManager.cpp:166–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
bool QuestManager::isTracked(String const& questId) const {
167
return m_trackedQuestId == questId;
168
}
169
170
void QuestManager::setAsTracked(Maybe<String> const& questId) {
171
if (questId && isActive(*questId)) {
Callers
1
complete
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected