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

Method OnEnd

library/cpp/json/ordered_maps/json_reader_ordered.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 bool TParserCallbacks::OnEnd() {
139 if (NotClosedBracketIsError) {
140 return ValuesStack.empty();
141 }
142 return true;
143 }
144
145 TJsonReaderConfig::TJsonReaderConfig()
146 : BufferSize(DEFAULT_BUFFER_LEN)

Callers 1

ReadJsonFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected