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