Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarFormattedJson.cpp:371–373 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
size_t FormattedJson::size() const {
372
return m_jsonValue.size();
373
}
374
375
bool FormattedJson::contains(String const& key) const {
376
return m_jsonValue.contains(key);
Callers
14
get
Method · 0.45
indexOf
Function · 0.45
detectWhitespace
Function · 0.45
insertWithCommaAndFormatting
Function · 0.45
append
Method · 0.45
set
Method · 0.45
removeValueFromArray
Function · 0.45
insert
Method · 0.45
eraseIndex
Method · 0.45
appendElement
Method · 0.45
endObject
Method · 0.45
endArray
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected