Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ optString
Method
optString
source/core/StarJson.cpp:300–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
Maybe<String> Json::optString() const {
301
if (isNull())
302
return {};
303
return toString();
304
}
305
306
Maybe<JsonArray> Json::optArray() const {
307
if (isNull())
Callers
15
nodeParameterValueFromJson
Function · 0.80
jsonToNodeParameter
Function · 0.80
behaviorNode
Method · 0.80
HumanoidIdentity
Method · 0.80
name
Method · 0.80
description
Method · 0.80
SpawnParameters
Method · 0.80
Vehicle
Method · 0.80
LiquidsDatabase
Method · 0.80
parseMission
Method · 0.80
questParamDetailFromJson
Function · 0.80
fromJson
Method · 0.80
Calls
3
toString
Function · 0.85
ptr
Function · 0.85
toString
Method · 0.45
Tested by
no test coverage detected