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

Method BeginObject

library/cpp/json/writer/json.h:282–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280
281 template <typename TOutContext>
282 TPairContext TValueWriter<TOutContext>::BeginObject() {
283 return Buf.BeginObject();
284 }
285
286 TString WrapJsonToCallback(const TBuf& buf, TStringBuf callback);
287} // namespace NJsonWriter

Callers 6

BeginEventMethod · 0.45
WriteArgsMethod · 0.45
OpenMapMethod · 0.45
Y_UNIT_TESTFunction · 0.45
SerializeToJsonMethod · 0.45
TraceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected