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

Function writeSep

src/qt/csvmodelwriter.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static void writeSep(QTextStream &f)
40{
41 f << ",";
42}
43
44static void writeNewline(QTextStream &f)
45{

Callers 1

writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected