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

Method BeginObject

library/cpp/json/ordered_maps/json_ordered.cpp:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 TPairContext TBuf::BeginObject() {
160 BeginValue();
161 RawWriteChar('{');
162 NeedNewline = true;
163 StackPush(JE_OBJECT);
164 NeedComma = false;
165 return TPairContext(*this);
166 }
167
168 TAfterColonContext TBuf::UnsafeWriteKey(const TStringBuf& s) {
169 BeginKey();

Callers

nothing calls this directly

Calls 1

TPairContextClass · 0.70

Tested by

no test coverage detected