Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ page
Method
page
source/game/StarCodex.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
String Codex::page(size_t pageNum) const {
52
if (pageNum < m_pages.size())
53
return m_pages[pageNum];
54
return
""
;
55
}
56
57
List<String> Codex::pages() const {
58
return m_pages;
Callers
1
setupPageText
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected