MCPcopy 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
60void OutputOnSeparateLines::out(FormattedJson const& json) {
61 coutf("{}", reprWithLineEnding(json));
62}
63
64void OutputOnSeparateLines::flush() {}
65

Callers 1

toFunctionMethod · 0.45

Calls 3

coutfFunction · 0.85
containsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected