MCPcopy Create free account
hub / github.com/chrxh/alien / toString

Function toString

source/PersisterInterface/SerializerService.cpp:1212–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210namespace
1211{
1212 std::string toString(double value)
1213 {
1214 std::stringstream ss;
1215 ss << std::fixed << std::setprecision(9) << value;
1216 return ss.str();
1217 }
1218
1219 struct ColumnDescription
1220 {

Callers 1

saveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected