Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ opt
Method
opt
source/core/StarJson.cpp:264–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
Maybe<Json> Json::opt() const {
265
if (isNull())
266
return {};
267
return *this;
268
}
269
270
Maybe<double> Json::optDouble() const {
271
if (isNull())
Callers
15
tabSetHandler
Method · 0.45
renderReload
Method · 0.45
displayed
Method · 0.45
upgradeTable
Method · 0.45
update
Method · 0.45
ContainerPane
Method · 0.45
loadJson
Method · 0.45
load
Method · 0.45
Chat
Method · 0.45
addChatActions
Method · 0.45
applyTestOperation
Function · 0.45
StarText.cpp
File · 0.45
Calls
1
ptr
Function · 0.85
Tested by
no test coverage detected