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

Method KeyExpected

library/cpp/json/writer/json.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

WriteMethod · 0.45

Calls 1

backMethod · 0.45

Tested by

no test coverage detected