Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ optUInt
Method
optUInt
source/core/StarJson.cpp:294–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
Maybe<uint64_t> Json::optUInt() const {
295
if (isNull())
296
return {};
297
return toUInt();
298
}
299
300
Maybe<String> Json::optString() const {
301
if (isNull())
Callers
15
LiquidsDatabase
Method · 0.80
questParamDetailFromJson
Function · 0.80
QuestTemplate
Method · 0.80
getTileObjectInfo
Method · 0.80
StarPlayerTypes.cpp
File · 0.80
load
Method · 0.80
MaterialDatabase
Method · 0.80
update
Method · 0.80
fromJson
Method · 0.80
readConfig
Method · 0.80
acceptConnection
Method · 0.80
itemShared
Method · 0.80
Calls
2
ptr
Function · 0.85
toUInt
Method · 0.80
Tested by
no test coverage detected