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

Method OnString

library/cpp/json/common/defs.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool TJsonCallbacks::OnString(const TStringBuf&) {
29 return true;
30}
31
32bool TJsonCallbacks::OnOpenMap() {
33 return true;

Callers 2

WriteJsonValueFunction · 0.45
OnStringScalarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected