Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ getString
Method
getString
source/core/StarJson.cpp:360–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
String Json::getString(size_t index) const {
361
return get(index).toString();
362
}
363
364
JsonArray Json::getArray(size_t index) const {
365
return get(index).toArray();
Callers
15
jsonToNodeParameter
Function · 0.80
jsonToNodeOutput
Function · 0.80
BehaviorDatabase
Method · 0.80
buildTree
Method · 0.80
compositeNode
Method · 0.80
behaviorNode
Method · 0.80
parsePersonalityArray
Function · 0.80
HumanoidIdentity
Method · 0.80
loadConfig
Method · 0.80
createRadioMessage
Method · 0.80
podUuid
Method · 0.80
PatternedNameGenerator
Method · 0.80
Calls
3
get
Function · 0.85
ptr
Function · 0.85
toString
Method · 0.45
Tested by
2
SpeciesDefinition
Method · 0.64
TEST
Function · 0.64