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

Function ValidateJsonThrow

library/cpp/json/ordered_maps/json_reader_ordered.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 inline bool ValidateJsonThrow(IInputStream* in, const TJsonReaderConfig* config) {
71 return ValidateJson(in, config, true);
72 }
73
74 inline bool ValidateJsonThrow(TStringBuf in, const TJsonReaderConfig& config = TJsonReaderConfig()) {
75 return ValidateJson(in, config, true);

Callers

nothing calls this directly

Calls 2

ValidateJsonFunction · 0.70
TJsonReaderConfigClass · 0.70

Tested by

no test coverage detected