MCPcopy Create free account
hub / github.com/ElementsProject/elements / writeNewline

Function writeNewline

src/qt/csvmodelwriter.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static void writeNewline(QTextStream &f)
45{
46 f << "\n";
47}
48
49bool CSVModelWriter::write()
50{

Callers 1

writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected