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

Method OnDouble

library/cpp/json/common/defs.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24bool TJsonCallbacks::OnDouble(double) {
25 return true;
26}
27
28bool TJsonCallbacks::OnString(const TStringBuf&) {
29 return true;

Callers 2

WriteJsonValueFunction · 0.45
OnDoubleScalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected