Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ beginArray
Method
beginArray
source/core/StarJsonParser.hpp:607–611 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
}
606
607
void beginArray() {
608
startValue();
609
pushState(Array);
610
write(
'['
);
611
}
612
613
void endArray() {
614
popState(Array);
Callers
2
array
Method · 0.45
sequence
Method · 0.45
Calls
1
write
Function · 0.85
Tested by
no test coverage detected