Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ endArray
Method
endArray
source/core/StarJsonParser.hpp:613–616 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
611
}
612
613
void endArray() {
614
popState(Array);
615
write(
']'
);
616
}
617
618
void putString(char32_t const* s, size_t len) {
619
startValue();
Callers
2
array
Method · 0.45
sequence
Method · 0.45
Calls
1
write
Function · 0.85
Tested by
no test coverage detected