Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ out
Method
out
source/json_tool/json_tool.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void OutputOnSeparateLines::out(FormattedJson const& json) {
61
coutf(
"{}"
, reprWithLineEnding(json));
62
}
63
64
void OutputOnSeparateLines::flush() {}
65
Callers
1
toFunction
Method · 0.45
Calls
3
coutf
Function · 0.85
contains
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected