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

Method KeyExpected

library/cpp/json/ordered_maps/json_ordered.h:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 TAfterColonContext WriteKey(const TStringBuf& key);
63 TAfterColonContext UnsafeWriteKey(const TStringBuf& key);
64 bool KeyExpected() const {
65 return Stack.back() == JE_OBJECT;
66 }
67
68 //! deprecated, do not use in new code
69 TAfterColonContext CompatWriteKeyWithoutQuotes(const TStringBuf& key);

Callers 1

WriteMethod · 0.45

Calls 1

backMethod · 0.45

Tested by

no test coverage detected