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

Function EscapeJson

library/cpp/testing/gtest/main.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 std::string EscapeJson(std::string_view str) {
54 TString result;
55 NEscJ::EscapeJ<true, true>(str, result);
56 return result;
57 }
58
59 class TTraceWriter: public ::testing::EmptyTestEventListener {
60 public:

Callers 6

OnTestStartMethod · 0.85
OnTestEndMethod · 0.85
PrintTestStatusMethod · 0.85
OutputJsonKeyMethod · 0.85
OutputJsonTestResultMethod · 0.85
TestPropertiesAsJsonMethod · 0.85

Calls

no outgoing calls

Tested by 3

OutputJsonKeyMethod · 0.68
OutputJsonTestResultMethod · 0.68
TestPropertiesAsJsonMethod · 0.68