Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ putComma
Method
putComma
source/core/StarFormattedJson.cpp:573–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
void FormattedJsonBuilderStream::putComma() {
574
current().appendElement(CommaElement{});
575
}
576
577
FormattedJson FormattedJsonBuilderStream::takeTop() {
578
return m_root.take();
Callers
1
toJsonStream
Method · 0.45
Calls
1
appendElement
Method · 0.80
Tested by
no test coverage detected