Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ icon
Method
icon
source/game/StarCodex.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
String Codex::icon() const {
48
return m_icon;
49
}
50
51
String Codex::page(size_t pageNum) const {
52
if (pageNum < m_pages.size())
Callers
2
addCodexes
Method · 0.80
updateCodexList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected