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

Function ReadJsonFastTree

library/cpp/json/ordered_maps/json_reader_ordered.cpp:488–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 }
487
488 bool ReadJsonFastTree(TStringBuf in, TJsonValue* out, bool throwOnError, bool notClosedBracketIsError) {
489 TParserCallbacks cb(*out, throwOnError, notClosedBracketIsError);
490
491 return ReadJsonFast(in, &cb);
492 }
493
494 TJsonValue ReadJsonFastTree(TStringBuf in, bool notClosedBracketIsError) {
495 TJsonValue value;

Callers 9

LLVMFuzzerTestOneInputFunction · 0.50
TestReadJsonFastTreeMethod · 0.50
Y_UNIT_TESTFunction · 0.50
TestReadJsonFastTreeMethod · 0.50
Y_UNIT_TESTFunction · 0.50
AssertJsonsEqualFunction · 0.50
TestDecodingMethod · 0.50
TestDecodingExceptionMethod · 0.50
TestDecodingMethod · 0.50

Calls

no outgoing calls

Tested by 6

TestReadJsonFastTreeMethod · 0.40
TestReadJsonFastTreeMethod · 0.40
AssertJsonsEqualFunction · 0.40
TestDecodingMethod · 0.40
TestDecodingExceptionMethod · 0.40
TestDecodingMethod · 0.40