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

Method WriteDouble

library/cpp/json/ordered_maps/json_ordered.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 }
277
278 TValueContext TBuf::WriteDouble(double f, EFloatToStringMode mode, int ndigits) {
279 return WriteFloatImpl(f, mode, ndigits);
280 }
281
282 namespace {
283 struct TFinder: public TCompactStrSpn {

Callers 2

WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected