MCPcopy Create free account
hub / github.com/catboost/catboost / WriteDouble

Method WriteDouble

library/cpp/json/writer/json.cpp:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 TValueContext TBuf::WriteDouble(double f, EFloatToStringMode mode, int ndigits) {
272 return WriteFloatImpl(f, mode, ndigits);
273 }
274
275 namespace {
276 struct TFinder: public TCompactStrSpn {

Callers 5

operator()Method · 0.45
WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45
SerializeToJsonMethod · 0.45
TraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected