Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnTestStart
Method · 0.85
OnTestEnd
Method · 0.85
PrintTestStatus
Method · 0.85
OutputJsonKey
Method · 0.85
OutputJsonTestResult
Method · 0.85
TestPropertiesAsJson
Method · 0.85
Calls
no outgoing calls
Tested by
3
OutputJsonKey
Method · 0.68
OutputJsonTestResult
Method · 0.68
TestPropertiesAsJson
Method · 0.68